0byt3m1n1
Path:
/
data
/
20
/
1
/
127
/
143
/
1942958
/
meta
/
2119928
/
mysql.backup
/
[
Home
]
File: 1_02e9e2b_1.mysqlv112.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv112 Database: 1_02e9e2b_1 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2015-05-11 16:32:55','2015-05-11 16:32:55','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=318 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://pfg.nordicgroupusa.com/wordpress1','yes'),(2,'home','http://pfg.nordicgroupusa.com/wordpress1','yes'),(3,'blogname','Nordic Group','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@nordicgroupusa.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:0;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:1;s:14:\"types/wpcf.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','xcel','yes'),(42,'stylesheet','xcel','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','33056','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','page','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','0','yes'),(71,'close_comments_days_old','14','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','5','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','31535','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:74:{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:\"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:9:\"add_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:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";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'),(90,'_transient_random_seed','be93a5a25fb45ddfd4434800ddc82051','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'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'),(94,'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'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','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:25:\"xcel-site-footer-standard\";N;s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1443121260;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:1443155575;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:1443156909;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:1443202541;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'),(315,'rewrite_rules','a:96:{s:42:\"wp-types-group/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"wp-types-group/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"wp-types-group/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"wp-types-group/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"wp-types-group/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"wp-types-group/([^/]+)/trackback/?$\";s:41:\"index.php?wp-types-group=$matches[1]&tb=1\";s:43:\"wp-types-group/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?wp-types-group=$matches[1]&paged=$matches[2]\";s:50:\"wp-types-group/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?wp-types-group=$matches[1]&cpage=$matches[2]\";s:35:\"wp-types-group/([^/]+)(/[0-9]+)?/?$\";s:53:\"index.php?wp-types-group=$matches[1]&page=$matches[2]\";s:31:\"wp-types-group/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"wp-types-group/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"wp-types-group/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"wp-types-group/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"wp-types-group/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"wp-types-user-group/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wp-types-user-group/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wp-types-user-group/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-user-group/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-user-group/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wp-types-user-group/([^/]+)/trackback/?$\";s:46:\"index.php?wp-types-user-group=$matches[1]&tb=1\";s:48:\"wp-types-user-group/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wp-types-user-group=$matches[1]&paged=$matches[2]\";s:55:\"wp-types-user-group/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wp-types-user-group=$matches[1]&cpage=$matches[2]\";s:40:\"wp-types-user-group/([^/]+)(/[0-9]+)?/?$\";s:58:\"index.php?wp-types-user-group=$matches[1]&page=$matches[2]\";s:36:\"wp-types-user-group/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wp-types-user-group/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wp-types-user-group/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-user-group/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-user-group/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";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: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: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: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: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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&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: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: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: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: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: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: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: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: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$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:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(313,'widget_siteorigin-panels-postloop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(305,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1443116447;s:7:\"checked\";a:5:{s:6:\"sydney\";s:4:\"1.15\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";s:4:\"xcel\";s:5:\"1.0.7\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(289,'_transient_is_multi_author','0','yes'),(290,'_site_transient_timeout_available_translations','1443127042','yes'),(291,'_site_transient_available_translations','a:65:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-12 20:42:00\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 10:33:13\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 04:19:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-09 10:05:26\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 08:27:02\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-19 16:06:28\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 22:30:30\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.3\";s:7:\"updated\";s:19:\"2015-08-18 18:40:22\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-23 09:30:59\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-25 13:32:40\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 08:31:03\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 14:28:09\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-20 17:24:34\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 10:29:52\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:59:46\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 11:59:17\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 02:31:31\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:59:51\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:45:19\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 06:57:09\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 02:24:55\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-18 11:28:59\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 09:46:56\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 17:16:31\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 14:10:42\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 05:50:57\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-12 08:09:24\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(275,'_site_transient_timeout_theme_roots','1443118240','yes'),(276,'_site_transient_theme_roots','a:5:{s:6:\"sydney\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:4:\"xcel\";s:7:\"/themes\";}','yes'),(117,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"info@nordicgroupusa.com\";s:7:\"version\";s:5:\"4.2.5\";s:9:\"timestamp\";i:1442551221;}','yes'),(121,'auth_key','71Z4-=FKl-dN/x:6gkA`(>x 04Eo^l%Q[xpk6SK=?tIdy@: >LVuOH^jLS$hjw#2','yes'),(150,'finished_splitting_shared_terms','1','yes'),(113,'db_upgraded','','yes'),(153,'_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.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.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.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1443116440;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(154,'can_compress_scripts','1','yes'),(123,'logged_in_key','[H/MdIS>Uca`]sD/z8&vj,h$B}Lv [BGC!mCeJR44Q,Qd]eL)lv#FTDBX^VB1gW8','yes'),(122,'auth_salt','sDxM2pvmM4,:^+=VO?Y}:RD(=789q-Mt]P#<`W|K]sHN#Y4.sH<:Z$c=]wt|La7g','yes'),(124,'logged_in_salt','vQJMY&W}4`dTZ?KcQC2zkhbMZf,+ZC^;Tn5,cab{sFNJY6E<nML,R+K5e2TBosEp','yes'),(126,'nonce_key',')d&6TJXS:iP7CFa$!oAm1z{*##<jwqga{I:m]~H6outbIyv%m))b$w.9-Km*(PmS','yes'),(127,'nonce_salt','2hrL^4{+SXwLcCMIu*d3:Gx@GX V8B8h`x6Q4$4rP#N6_|hSxz9#aQsT=`wL&jWE','yes'),(128,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1443156909','yes'),(129,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(131,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1442595317','no'),(132,'_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:\"Thu, 17 Sep 2015 10:36: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: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:39:\"http://wordpress.org/?v=4.4-alpha-34274\";s:7:\"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 \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.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:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/#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, 15 Sep 2015 15:22: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: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.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://wordpress.org/news/?p=3914\";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:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s: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:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 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>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.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.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</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/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</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/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2015/08/billie/\";s: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:50:\"https://wordpress.org/news/2015/08/billie/#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, 18 Aug 2015 19:12: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: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.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://wordpress.org/news/?p=3845\";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:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:21781:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'389\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<div style=\"margin-bottom: 0\"><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div></div>\n<p>Your writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday 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/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</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/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</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/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/posykrat\">Clement Biron</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Mte90 Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</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/dipeshkakadiya\">dipesh.kakadiya</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/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</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/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</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/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</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/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</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/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</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/jkudish\">Joey Kudish</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/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</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/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</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/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</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/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</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/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</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/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</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/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/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</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/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"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/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 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.4!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/news/2015/08/billie/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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 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/2015/08/wordpress-4-2-4-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-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:\"Tue, 04 Aug 2015 12:10: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: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.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://wordpress.org/news/?p=3827\";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:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s: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:2011:\"<p>WordPress 4.2.4 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>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</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.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/#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:\"Wed, 29 Jul 2015 23:50: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: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.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://wordpress.org/news/?p=3817\";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:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 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.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Konstantin Obenland\";s: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:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 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.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’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’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, 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.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 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’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 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:51:\"https://wordpress.org/news/2015/07/wordpress-4-2-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/#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, 23 Jul 2015 11:21: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: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.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://wordpress.org/news/?p=3807\";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:380:\"WordPress 4.2.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.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2708:\"<p>WordPress 4.2.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 versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.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.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</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/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</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 Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/#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:\"Wed, 22 Jul 2015 21:55: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: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.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://wordpress.org/news/?p=3796\";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:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Konstantin Obenland\";s: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:2212:\"<p>WordPress 4.3 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.3, 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.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33369&stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/#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:\"Wed, 15 Jul 2015 21:49: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.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://wordpress.org/news/?p=3787\";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:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Konstantin Obenland\";s: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:2529:\"<p>WordPress 4.3 Beta 3 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.3, 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.3-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Performance improvements for <strong>Menus in the Customizer</strong>, as well as bug fixes and visual enhancements.</li>\n<li>Added <strong>Site Icon</strong> to the Customizer. The feature is now complete and requires lots of testing. Please help us ensure the site icon feature works well in both Settings and the Customizer.</li>\n<li>The improvements to <strong>Passwords</strong> have been added to the installation flow. When installing and setting up WordPress, a strong password will be suggested to site administrators. Please test and let us know if you encounter issues.</li>\n<li>Improved <strong>accessibility of comments and media list tables</strong>. If you use a screen reader, please let us know if you encounter any issues.</li>\n<li>Lots and lots of code documentation improvements.</li>\n<li><strong>Various other bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\">more than 140 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Want to test new things?</em><br />\n<em>Wonder how four three shapes up?</em><br />\n<em>Answer: beta three</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-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:\"Wed, 08 Jul 2015 22:04: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: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.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://wordpress.org/news/?p=3769\";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:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Konstantin Obenland\";s: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:2876:\"<p>WordPress 4.3 Beta 2 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.3, 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.3-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Fixed an issue in beta 1 where an alert appeared when saving or publishing a new post/page for the first time.</li>\n<li><strong><strong>Customizer</strong></strong> improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Please help us test menus in the Customizer to fix any remaining edge cases!</li>\n<li>More robust<strong> list tables</strong> with full content support on small screens and a fallback for the primary column for custom list tables. We’d love to know how these list tables, such as All Posts and Comments, work for you now on small screen devices.</li>\n<li>The <strong>Site Icon</strong> feature has been improved so that cropping is skipped if the image is the exact size (512px square) and the media modal now suggests a minimum icon size. Please let us know how the flow feels and if you encounter any glitches!</li>\n<li>The <strong>toolbar</strong> now has a direct link to the customizer, along with quick access to themes, widgets, and menus in the dashboard.</li>\n<li>We enabled <strong>utf8mb4 for MySQL</strong> extension users, which was previously unintentionally limited to MySQLi users. Please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33138&stop_rev=33046\">almost 100 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.3&group=component&order=priority\">everything we’ve fixed</a>.</p>\n<p><em>Edges polished up</em><br />\n<em>Features meliorated</em><br />\n<em>Beta Two: go test!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordCamps Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2015/07/wordcamps-update/\";s: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:60:\"https://wordpress.org/news/2015/07/wordcamps-update/#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:\"Wed, 08 Jul 2015 16:13: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:8:\"category\";a:3:{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:\"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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/?p=3758\";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:311:\"Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year. There have been 39 WordCamps in 2015 so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9419:\"<p>Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year.</p>\n<p>There have been <a href=\"https://central.wordcamp.org/schedule/past-wordcamps/\">39 WordCamps in 2015</a> so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for WordCamp tickets so far this year, isn’t that amazing?</p>\n<p><a href=\"https://europe.wordcamp.org/2015/\">WordCamp Europe</a> was held in Seville, Spain just a few weeks ago, with close to 1,000 registered participants and over 500 live stream participants. You can watch <a href=\"http://wordpress.tv/2015/07/04/matt-mullenweg-keynote-qanda-wordcamp-europe-2015/\">Matt Mullenweg’s keynote Q&A</a> session from WordCamp Europe right now on WordPress.tv.</p>\n<p>WordPress.tv has published 537 videos so far in 2015 from WordCamps around the world. Some of the more popular 2015 WordCamp talks on WordPress.tv include <a href=\"http://wordpress.tv/2015/03/13/tammie-lister-theme-dont-be-my-everything/\">Tammie Lister: Theme, Don’t Be My Everything </a>from WordCamp Maui, <a href=\"http://wordpress.tv/2015/04/17/jenny-munn-seo-for-2015-whats-in-whats-out-and-how-to-be-in-it-to-win-it-for-good/\">Jenny Munn: SEO for 2015 – What’s In, What’s Out and How to Be In It to Win It (For Good)</a> from WordCamp Atlanta, <a href=\"http://wordpress.tv/2015/02/27/fabrice-ducarme-les-constructeurs-de-page-pour-wordpress/\">Fabrice Ducarme: Les Constructeurs de Page pour WordPress</a> from WordCamp Paris, <a href=\"http://wordpress.tv/2015/06/02/ben-furfie-how-to-value-price-websites/\">Ben Furfie: How to Value Price Websites</a> from WordCamp London, and <a href=\"http://wordpress.tv/2015/06/09/morten-rand-hendriksen-building-themes-from-scratch-using-underscores-_s/\">Morten Rand-Hendriksen: Building Themes From Scratch Using Underscores (_S)</a> from WordCamp Seattle. Check them out!</p>\n<h3>Lots of great WordCamps are still to come</h3>\n<p><a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">WordCamp US</a> is currently in pre-planning, in the process of deciding on a host city. The following cities have proposed themselves as a great place to host the first WordCamp US: Chattanooga, Chicago, Detroit, Orlando, Philadelphia, and Phoenix. It’s possible the first WordCamp US will be held in 2016 so we can organize the best first WordCamp US imaginable.</p>\n<p>At this time, there are 28 <a href=\"https://central.wordcamp.org/schedule/\">WordCamps</a>, in 9 different countries, that have announced their dates for the rest of 2015. Twelve of these have tickets on sale:</p>\n<ul>\n<li><a href=\"https://columbus.wordcamp.org/2015/\">WordCamp Columbus</a>, Columbus, Ohio: July 17-18</li>\n<li><a href=\"https://scranton.wordcamp.org/2015/\">WordCamp Scranton</a>, Scranton, Pennsylvania: July 18</li>\n<li><a href=\"https://boston.wordcamp.org/2015/\">WordCamp Boston</a>, Boston, Massachussetts: July 18-19</li>\n<li><a href=\"https://milwaukee.wordcamp.org/2015/\">WordCamp Milwaukee</a>, Milwaukee, Wisconsin: July 24-26</li>\n<li><a href=\"https://asheville.wordcamp.org/2015/\">WordCamp Asheville</a>, Asheville, North Carolina: July 24-26</li>\n<li><a href=\"https://kansai.wordcamp.org/2015/\">WordCamp Kansai</a>, Kansai, Japan: July 25-26</li>\n<li><a href=\"https://fayetteville.wordcamp.org/2015/\">WordCamp Fayetteville</a>, Fayetteville, Arkansas: July 31-August 2</li>\n<li><a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton</a>, Brighton, UK: August 8</li>\n<li><a href=\"https://vancouver.wordcamp.org/2015/\">WordCamp Vancouver, BC,</a> Vancouver, BC, Canada: August 15-16</li>\n<li><a href=\"https://russia.wordcamp.org/2015/\">WordCamp Russia</a>, Moscow, Russia: August 15</li>\n<li><a href=\"https://norrkoping.wordcamp.org/2015/\">WordCamp Norrköping</a>, Norrköping, Sweden: August 28-29</li>\n<li><a href=\"https://croatia.wordcamp.org/2015/\">WordCamp Croatia</a>, Rijeka, Croatia: September 5-6</li>\n<li><a href=\"https://krakow.wordcamp.org/2015/\">WordCamp Krakow,</a> Krakow, Poland: September 12-13</li>\n<li><a href=\"https://nyc.wordcamp.org/2015/\">WordCamp NYC</a>, New York City, New York: October 30-November 1</li>\n</ul>\n<p>The other 16 events don’t have tickets on sale yet, but they’ve set their dates! Subscribe to the sites to find out when registration opens:</p>\n<ul>\n<li><a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, Pune, India: September 6</li>\n<li><a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Cape Town</a>, Cape Town, South Africa: September 10-11</li>\n<li><a href=\"https://baltimore.wordcamp.org/2015/\">WordCamp Baltimore</a>, Baltimore, Maryland: September 12</li>\n<li><a href=\"https://slc.wordcamp.org/2015/\">WordCamp Salt Lake City</a>, Salt Lake City, Utah: September 12</li>\n<li><a href=\"https://lithuania.wordcamp.org/2015/\">WordCamp Lithuania</a>, Vilnius, Lithuania: September 19</li>\n<li><a href=\"https://vegas.wordcamp.org/2015\">WordCamp Vegas</a>, Las Vegas, Nevada: September 19-20</li>\n<li><a href=\"https://switzerland.wordcamp.org/2015/\">WordCamp Switzerland</a>, Zurich, Switzerland: September 19-20</li>\n<li><a href=\"https://tampa.wordcamp.org/2015/\">WordCamp Tampa</a>, Tampa, Florida: September 25-27</li>\n<li><a href=\"https://rhodeisland.wordcamp.org/2015/\">WordCamp Rhode Island</a>, Providence, Rhode Island: September 25-26</li>\n<li><a href=\"https://la.wordcamp.org/2015/\">WordCamp Los Angeles</a>, Los Angeles, California: September 26-27</li>\n<li><a href=\"https://denmark.wordcamp.org/2015/\">WordCamp Denmark,</a> Copenhagen, Denmark: October 3-4</li>\n<li><a href=\"https://toronto.wordcamp.org/2015\">WordCamp Toronto</a>, Toronto, Ontario, Canada: October 3-4</li>\n<li><a href=\"https://hamptonroads.wordcamp.org/2015/\">WordCamp Hampton Roads, </a> Virginia Beach, VA, USA: October 17</li>\n<li><a href=\"https://annarbor.wordcamp.org/2015\">WordCamp Ann Arbor</a>, Ann Arbor, Michigan: October 24</li>\n<li><a href=\"https://portland.wordcamp.org/2015/\">WordCamp Portland</a>, Portland, OR: October 24-25</li>\n</ul>\n<p>On top of all those exciting community events, there are 26 WordCamps in pre-planning as they look for the right event space. If you have a great idea for a free or cheap WordCamp venue in any of the below locations, get in touch with the organizers through the WordCamp sites:</p>\n<ul>\n<li><a href=\"https://dfw.wordcamp.org/2015/\">WordCamp DFW</a>: Dallas/Fort Worth, Texas</li>\n<li><a href=\"https://riodejaneiro.wordcamp.org/2015/\">WordCamp Rio</a>: Rio de Janeiro, Brazil</li>\n<li><a href=\"https://saratoga.wordcamp.org/2015/\">WordCamp Saratoga</a>: Saratoga Springs, New York</li>\n<li><a href=\"https://sofia.wordcamp.org/2015\">WordCamp Sofia</a>: Sofia, Bulgaria</li>\n<li><a href=\"https://austin.wordcamp.org/2015/\">WordCamp Austin</a>: Austin, TX</li>\n<li><a href=\"https://ottawa.wordcamp.org/2015/\">WordCamp Ottawa</a>: Ottawa, Canada</li>\n<li><a href=\"https://charleston.wordcamp.org/2015/\">WordCamp Charleston</a>: Charleston, South Carolina</li>\n<li><a href=\"https://chicago.wordcamp.org/2015/\">WordCamp Chicago</a>: Chicago, Illinois</li>\n<li><a href=\"https://albuquerque.wordcamp.org/2015/\">WordCamp Albuquerque</a>: Albuquerque, New Mexico</li>\n<li><a href=\"https://prague.wordcamp.org/2015/\">WordCamp Prague</a>: Prague, Czech Republic</li>\n<li><a href=\"https://seoul.wordcamp.org/2014/\">WordCamp Seoul: </a>Seoul, South Korea</li>\n<li><a href=\"https://louisville.wordcamp.org/2014/\">WordCamp Louisville</a>: Louisville, Kentucky</li>\n<li><a href=\"https://omaha.wordcamp.org/2015/\">WordCamp Omaha</a>: Omaha, Nebraska</li>\n<li><a href=\"https://grandrapids.wordcamp.org/2015/\">WordCamp Grand Rapids</a>: Grand Rapids, Michigan</li>\n<li><a href=\"https://easttroy.wordcamp.org/2015/\">WordCamp East Troy</a>: East Troy, Wisconsin</li>\n<li><a href=\"https://palmademallorca.wordcamp.org/2015\">WordCamp Mallorca</a>: Palma de Mallorca, Spain</li>\n<li><a href=\"https://edinburgh.wordcamp.org/2015/\">WordCamp Edinburgh</a>: Edinburgh, United Kingdom</li>\n<li><a href=\"https://orlando.wordcamp.org/2015/\">WordCamp Orlando</a>: Orlando, Florida</li>\n<li><a href=\"https://mexico.wordcamp.org/2015/\">WordCamp Mexico City</a>: Mexico City, Mexico</li>\n<li><a href=\"https://netherlands.wordcamp.org/2015/\">WordCamp Netherlands</a>: Utrecht, Netherlands</li>\n<li><a href=\"https://phoenix.wordcamp.org/2016/\">WordCamp Phoenix</a>: Phoenix, Arizona</li>\n<li><a href=\"https://saopaulo.wordcamp.org/2015/\">WordCamp São Paulo</a>: São Paulo, Brazil</li>\n<li><a href=\"https://manchester.wordcamp.org/2015/\">WordCamp Manchester</a>: Manchester, United Kingdom</li>\n<li><a href=\"https://tokyo.wordcamp.org/2015/\">WordCamp Tokyo</a>: Tokyo, Japan</li>\n<li><a href=\"https://lima.wordcamp.org/2015/\">WordCamp Lima</a>: Lima, Peru</li>\n<li><a href=\"https://seattle.wordcamp.org/2015-beginner/\">WordCamp Seattle: Beginner</a>: Seattle, WA</li>\n</ul>\n<p>Don’t see your city on the list, but yearning for a local WordCamp? WordCamps are organized by local volunteers from the WordPress community, and we have a whole team of people to support new organizers setting up a first-time WordCamp. If you want to bring WordCamp to town, check out how you can <a href=\"https://central.wordcamp.org/become-an-organizer/\">become a WordCamp organizer</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/news/2015/07/wordcamps-update/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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/#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, 02 Jul 2015 01:30: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: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.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://wordpress.org/news/?p=3738\";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.3 Beta 1 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.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Konstantin Obenland\";s: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:4352:\"<p>WordPress 4.3 Beta 1 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.3, 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.3-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.3 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Menus</strong> can now be managed with the <strong>Customizer</strong>, which allows you to live preview changes you’re making without changing your site for visitors until you’re ready. We’re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/32576\">#32576</a>).</li>\n<li>Take control of another piece of your site with the <strong>Site Icon</strong> feature. You can now manage your site’s favicon and app icon from the admin area (<a href=\"https://core.trac.wordpress.org/ticket/16434\">#16434</a>).</li>\n<li>We put a lot of work into <strong>Better Passwords</strong> throughout WordPress. Now, WordPress will limit the life time of password resets, no longer send passwords via email, and generate and suggest secure passwords for you. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/32589\">#32589</a>)</li>\n<li>We’ve also added <strong>Editor Improvements</strong>. Certain text patterns are automatically transformed as you type, including <code>*</code> and <code>-</code> transforming into unordered lists, <code>1.</code> and <code>1)</code> for ordered lists, <code>></code> for blockquotes and two to six number signs (<code>#</code>) for headings (<a href=\"https://core.trac.wordpress.org/ticket/31441\">#31441</a>).</li>\n<li>We’ve improved the <strong>list view</strong> across the admin dashboard. Now, when you view your posts and pages <strong>on small screen devices</strong>, columns are not truncated and can be toggled into view (<a href=\"https://core.trac.wordpress.org/ticket/32395\">#32395</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a few of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/06/09/eliminating-shared-taxonomy-terms-in-wordpress-4-3/\">now be split</a> into separate terms on update to 4.3. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/30261\">#30261</a>).</li>\n<li>Added <code>singular.php</code> to the template hierarchy as a fallback for <code>single.php</code> and <code>page.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/22314\">#22314</a>).</li>\n<li>The old Distraction Free Writing code was removed (<a href=\"https://core.trac.wordpress.org/ticket/30949\">#30949</a>).</li>\n<li>List tables now can (and often should) have a primary column defined. We’re working on a fallback for existing custom list tables but right now they likely have some breakage in the aforementioned responsive view (<a href=\"https://core.trac.wordpress.org/ticket/25408\">#25408</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.3, <a href=\"https://make.wordpress.org/core/tag/4-3/\">check out all 4.3-tagged posts</a> on the main development blog.</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 the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Site icons for all</em><br />\n<em>Live preview menu changes</em><br />\n<em>Four three beta now</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/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: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 18 Sep 2015 04:55:17 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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 17 Sep 2015 10:36:36 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20150511173256\";}','no'),(133,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1442595317','no'),(134,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1442552117','no'),(135,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1442595318','no'),(136,'_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:33:\"Matt: Winning Remote Work 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/09/winning-remote-work-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"<p><a href=\"http://blog.cloudpeeps.com/top-10-companies-winning-at-remote-work-culture/\">Top 10 companies winning at remote work culture and their secrets</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, 17 Sep 2015 17:41: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: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: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:75:\"Post Status: Gravity Flow makes custom form administrative workflows simple\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/gravity-flow-makes-custom-form-administrative-workflows-simple/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6464:\"<p></p>\n<p><a href=\"https://gravityflow.io/\">Gravity Flow</a> is one of the coolest new plugins I’ve seen in quite some time.</p>\n<p>Invoices, purchase orders, job applications, and employee vacation requests are just a few potential applications for Gravity Flow, which makes form-centric approval, user input, and notification processes simple.</p>\n<p>“With Gravity Flow, you use the power of <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> to design your forms, and you use Gravity Flow to design your process using easy to use drag-and-drop tools,” the video states. The flows created in Gravity Flow can be customized to include all sorts of user-defined paths to request stakeholder feedback, get administrative approval, or fire off a notification that a certain step in the flow has been accomplished. It can even be integrated with other notification systems like Zapier.</p>\n<p>It’s not that common to see a WordPress plugin (especially an add-on plugin) that simultaneously targets a niche and serves it so extensively. Gravity Flow is built to extend the powerful Gravity Forms product, and it really takes it an extra mile.</p>\n<p>I see a lot of potential for Gravity Flow for intranets and other corporate environments with lots of stakeholders and traditionally clunky, email based workflows for approval of common tasks.</p>\n<h3>Trying Gravity Flow</h3>\n<p>I took Gravity Flow for a spin, because there is a handy demo site capability built in. For a plugin this complex, being able to test drive it is a really great feature. Most workflow tasks can take place either in the admin or on the front-end.</p>\n<p>Creating workflows feels a lot like adding regular notifications to Gravity Forms.</p>\n<p><img class=\"aligncenter size-large wp-image-14340\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-workflow-752x579.png\" alt=\"gravity-flow-workflow\" width=\"752\" height=\"579\" /></p>\n<p>Workflows have many configuration and sending options. And each step can be sorted and arranged to follow a series of steps, and can even allow for delays (like for a scholarship review period, in my example).</p>\n<p>That’s the view for an administrator, but someone who is responsible for providing feedback or approval has a front-end view to directly interact with the workflow.</p>\n<p><img class=\"aligncenter size-large wp-image-14339\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-review-update-workflow-752x872.png\" alt=\"gravity-flow-review-update-workflow\" width=\"752\" height=\"872\" /></p>\n<p>And administrators can see reports of activity for various workflows.</p>\n<p><img class=\"aligncenter size-large wp-image-14338\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-reports-752x552.png\" alt=\"gravity-flow-reports\" width=\"752\" height=\"552\" /></p>\n<p>This is a pretty simple overview of the plugin, and I’d recommend you <a href=\"http://demo.gravityflow.io/\">check out the demo</a>, or his full <a href=\"http://docs.gravityflow.io/category/34-walkthroughs\">walkthrough</a> examples. but this at least highlights some of the plugin’s power.</p>\n<h3>Development of Gravity Flow</h3>\n<p>One of the more interesting things about Gravity Flow is that <a href=\"https://www.stevenhenty.com/\">Steven Henty</a> made it. Steven actually works at Rocketgenius, the company behind Gravity Forms, and he is a developer of the main Gravity Forms product.</p>\n<p>I talked to Steven about why this isn’t a Gravity Forms official add-on, and what it’s like working on a side project for your own company’s product.</p>\n<blockquote><p>Rocketgenius has a lot of plans and loads of really exciting stuff in the pipeline so it was a question of priorities – Rocketgenius can’t possibly do absolutely everything at the same time. For me it’s a project that’s niche enough to be an interesting and profitable side project and yet not too time-consuming so I can continue to focus 100% on my day job.</p></blockquote>\n<p>He also reiterated how important it is to him that he had his team behind him for this project. And Carl Hancock — co-founder of Rocketgenius — is excited about Steven’s product as well, saying “The product is awesome. It’s definitely more complex [and] business oriented, but that’s a good thing.”</p>\n<p>Carl also shared that Steve has a background that lends itself to thinking about complex problems to solve, working on, “more enterprise stuff pre-WordPress, on a wide variety of platforms and programming languages.”</p>\n<p>Steve did a great job with Gravity Flow, and I’m happy to see it out there. On <a href=\"https://www.stevenhenty.com/gravity-flow/\">his personal blog</a>, he highlights use cases for the product, which are real world examples based on how his first 100 beta testers are using it.</p>\n<h3>Gravity ecosystem</h3>\n<p>A few Rocketgenius employees have Gravity Forms focused side projects, which I think is really cool. Another favorite of mine is David Smith’s <a href=\"http://gravitywiz.com/\">Gravity Wiz</a>, that adds functionality snippets, or “perks”, to Gravity Forms. The third-party ecosystem is doing well too; <a href=\"https://gravityplus.pro/\">Gravity Plus</a> and <a href=\"https://gravityview.co/\">Gravity View</a> are two healthy Gravity Forms focused businesses that come to mind, and I’m sure there are many more.</p>\n<p>The main plugin continues to dominate the WordPress forms space. Though it is commercial only, it powers hundreds of thousands of websites, and has dozens of official <a href=\"http://www.gravityforms.com/add-ons/\">add-ons</a>. Carl has told me many times he doesn’t even view most other WordPress forms plugins as competition (though newer entrants like <a href=\"https://ninjaforms.com/\">Ninja Forms</a> are doing quite well for themselves), as Gravity Forms aims to take marketshare away from complex hosted solutions like Wufoo, rather than gobble up the much larger but less demanding market that just wants simple contact forms.</p>\n<p>If you want to keep up with Gravity Flow, <a href=\"https://gravityflow.io/\">check out the website</a>. And the project is <a href=\"https://github.com/stevehenty/gravityflow\">on Github</a> as well, as Steve is billing for support and automatic upgrades, which starts at €87 (around $100) per year.</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, 15 Sep 2015 13:55: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:15:\"Brian Krogsgard\";s: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:15:\"Matt: Long Days\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2015/09/long-days/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"<p>Sometimes it seems like the longest days are those in between an Apple announcement and when the products are actually available. I’m looking forward to iOS 9, WatchOS 2, 6s+, Apple TV…</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, 14 Sep 2015 17:00: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: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: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:60:\"WPTavern: A Recap of WordCamp Pune, India, by 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:28:\"http://wptavern.com/?p=48212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/a-recap-of-wordcamp-pune-india-by-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:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8337:\"<hr />\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/TopherDeRosia.png\"><img class=\"alignright size-thumbnail wp-image-48213\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/TopherDeRosia.png?resize=150%2C150\" alt=\"Topher DeRosia\" /></a>This post was contributed by <a title=\"Topher DeRosia\" href=\"http://topher1kenobe.com/\" target=\"_blank\">Topher DeRosia</a>. Topher has contributed to a <a href=\"https://profiles.wordpress.org/topher1kenobe#content-plugins\">number of plugins</a>, spoken at many WordCamps, and is the lead of documentation for <a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads.</a> He also operates <a href=\"http://heropress.com/\">HeroPress.com</a> on the side.</p>\n<hr />\n<p>Last July, the lead organizer of <a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune, India </a>asked if I would come and speak about HeroPress. This post isn’t going to be about <a href=\"http://heropress.com/about/\">HeroPress</a> nor about <a href=\"http://heropress.com/category/wordcamp/pune/\">my adventures on the trip</a>. No, this post is going to be about a WordCamp in a relatively large city in India, how it compares to American WordCamps, and some things that were experimented with.</p>\n<h2>The Similarities</h2>\n<p>In many ways, WordCamp Pune is exactly like every other WordCamp I’ve been to. The night before the event, there was a speaker dinner with excellent food and wonderful company. Registration was chaotic because WiFi was a mess.</p>\n<p>Everyone was happy and excited to be there, and it was very loud because everyone wanted to be part of a conversation. It had all the elements I love about WordCamps; handshakes between new friends, hugs between old friends, and huge transfers of information between everyone, it was fantastic. Aside from WordCamp Miami, it’s also the largest WordCamp I’ve attended with 500 tickets sold.</p>\n<p>It was well-organized, by which I mean things were well planned for, and handled well when they didn’t work out. Sessions were held in university class rooms. I think they were a little small for the number of attendees, but it didn’t detract from the experience. Here’s an example of a room:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordCamp-Pune-India-Classroom.png\"><img class=\"aligncenter size-full wp-image-48218\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordCamp-Pune-India-Classroom.png?resize=904%2C509\" alt=\"WordCamp Pune Classrooms\" /></a>Here’s Ramya Pandyan talking about being a better blogger:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<h2>The Differences</h2>\n<p>This is the first WordCamp I’ve attended where the sessions were in a variety of languages. I would expect this in a place like WordCamp EU, but to have it be a variety of <em>local</em> languages was fascinating to me.</p>\n<p>The unofficial time zone of India is <a href=\"http://blogs.wsj.com/indiarealtime/2010/04/28/india-journal-understanding-ist-indian-stretchable-time/\">Indian Stretchable Time</a>. On the first day of WordCamp, Saurabh worked hard to keep things on schedule. We started 30 minutes late, but on Foundation Day, things got started an hour late.</p>\n<p>The room was full of people sitting and waiting patiently, but starting on time was <strong>not expected</strong>. In the US, I would have expected a lot more cranky people.</p>\n<p>Many things were heavily guarded. The main venue was quite open, but to get into Foundation Day, I had to let these guys check me with a magnetic wand:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/IndianPolicemen.png\"><img class=\"aligncenter size-full wp-image-48219\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/IndianPolicemen.png?resize=904%2C510\" alt=\"Indian Policemen\" /></a>Then 20 feet away sign in at a guard house, and then 30 feet beyond that show my ID inside the front door of the venue. This kind of thing also happened at restaurants and every time I went into my hotel. No-one was ever aggressive or suspicious, it’s just something that happened and everyone took it in stride.</p>\n<h2>The Word Lounge</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordLounge.png\"><img class=\"alignright size-full wp-image-48220\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordLounge.png?resize=298%2C462\" alt=\"Word Lounge\" /></a> There was a room set aside to be an all day open session for writers. There’s a local group called <a href=\"https://twitter.com/AlphabetSambar\">Alphabet Sambar</a> (Sambar is a soup) that has a regular meetup to help each other with writing. They made sure to welcome attendees and keep a good discussion going all day.</p>\n<p>I love this idea of unconference rooms based on topic. Some people thrive on the group communication that can come from that format, and I’d love to see other topical open forums at other WordCamps.</p>\n<h2>The After Party</h2>\n<p>I’m a big fan of quiet after parties, so I can talk to people. I can also appreciate people wanting a pretty intense party atmosphere. The <a href=\"https://twitter.com/crccpune\">Classic Rock Coffee Co.</a> offered both.</p>\n<p>It had three large areas, the largest being almost 6000 sq. ft., one about 800 sq. ft., and an ampitheater with seating for about 100 where they had live classic rock bands.</p>\n<p>Additionally, there was a closed in area with seating for about 40 people that felt more like a cafe or restaurant. The larger open areas had a full bar and restaurant. Except for the cafe, the whole place had a fabric roof which is less sturdy than canvas. It had an outdoors feel.</p>\n<p>I was sitting at a table of about 15 people and had no trouble communicating with any of them. I was probably 130 feet from the music and it was well contained. I was able to communicate without noise being an issue.</p>\n<p>Groups of people sat at tables, in the cafe, in the ampitheater; wherever they were most comfortable. It was probably my favorite after-party venue of all time.</p>\n<a href=\"http://wptavern.com/a-recap-of-wordcamp-pune-india-by-topher-derosia#gallery-48212-1-slideshow\">Click to view slideshow.</a>\n<h2>Bits and Pieces</h2>\n<p>The most difficult thing for me was trying to discern people through their accents. Just about everyone had a solid handle on English, but there’s a mental fatigue that comes from parsing the words through an accent. The longer you do it, the harder it gets, especially with sleep deprivation. I tried not to be rude, and people were patient with me.</p>\n<p>There was a photo area with some crazy hats and people seemed to have a really good time with it. I can see it working at other WordCamps as well. The ladies from Hummingbird got one of me in a crazy hat, but I haven’t seen it yet.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrazyHatPicture.png\"><img class=\"alignright size-full wp-image-48226\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrazyHatPicture.png?resize=1025%2C578\" alt=\"Crazy Hat Picture\" /></a></p>\n<p>Lunch was prepared on-site in realtime and it worked. It was mostly sandwiches, and the food prep people took a request, made the sandwich, and handed it to the person in moments. I wouldn’t have expected it to work that smoothly, but it did.</p>\n<p>Fruit and bottled water were available just about all the time, which was nice since it was pretty hot that day.</p>\n<h2>Summary</h2>\n<p>Except for the food and language, this WordCamp didn’t feel all that foreign to me. I suspect it’s because WordCamps have a solid template for sessions, scheduling, etc. I enjoyed that, it enabled me to really take part in the event without having to stand to the side wondering what was going on.</p>\n<p>The organizers seemed to be on the ball and did a great job sharing the responsibilities, which I think is vital with a camp this size. The people were engaged, took full advantage of the options available to them, and <strong>that</strong> is what made it a successful WordCamp in my opinion.</p>\n<p>If you ever get the chance to attend a WordCamp in a culture other than your own, I highly recommend you jump at the opportunity.</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, 12 Sep 2015 02:50: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:\"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:122:\"Post Status: Justifying conferences, improving WordPress comments, and WordPress’s PHP version support — 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=14315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://poststatus.com/justifying-conferences-improving-wordpress-comments-and-wordpresss-php-version-support-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:2719:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/17141.mp3\">https://audio.simplecast.fm/17141.mp3</a><br />\n<a href=\"https://audio.simplecast.fm/17141.mp3\">Direct Download</a></p>\n<h3>Links and Stories Discussed</h3>\n<h4>Events links</h4>\n<ul>\n<li><a href=\"http://feelingrestful.com\">A Day of REST </a> and <a href=\"https://poststatus.com/a-day-of-rest-a-conference-devoted-to-the-wordpress-rest-api/\">the Post Status post on it</a></li>\n<li><a href=\"https://2015.us.wordcamp.org\">WordCamp US</a></li>\n<li><a href=\"https://tampa.wordcamp.org/2015/\">WordCamp Tampa</a></li>\n<li><a href=\"https://nyc.wordcamp.org/2015/\">WordCamp NYC</a></li>\n<li><a href=\"http://pressnomics.com/\">PressNomics</a></li>\n<li><a href=\"https://europe.wordcamp.org/2015/how-we-selected-vienna-the-wordcamp-europe-2016-host-city/\">WordCamp Europe</a></li>\n<li><a href=\"https://www.groovehq.com/blog/friday-qa-september-04-2015\">Are conferences worth it?</a></li>\n</ul>\n<h4>Comments links</h4>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-comments/\">Brian’s recommendations for comments</a></li>\n<li><a href=\"https://markjaquith.wordpress.com/2015/03/27/cache-buddy/\">Performance for comments</a>, part of Mark Jaquith’s Cache Buddy</li>\n<li><a href=\"https://pippinsplugins.com/featured-comments/\">Featuring comments</a> by Pippin Williamson</li>\n<li><a href=\"https://github.com/staylor/comments-redux\">Comments Redux</a></li>\n<li><a href=\"https://core.trac.wordpress.org/component/Comments\">Comment Trac tickets</a></li>\n</ul>\n<h4>PHP links</h4>\n<ul>\n<li><a href=\"https://wordpress.org/about/stats/\">WordPress PHP stats</a></li>\n<li><a href=\"http://php.net/releases/\">PHP releases</a></li>\n<li><a href=\"https://www.zend.com/en/resources/php-7\">New in PHP7</a></li>\n<li><a href=\"https://www.digitalocean.com/company/blog/getting-ready-for-php-7/\">PHP benchmarks</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/\">PHP7 on WordPress</a></li>\n</ul>\n<h4>Segments</h4>\n<ul>\n<li>We start the show with events and discuss justification for them.</li>\n<li>25 minutes in or so, we switch to comment discussion.</li>\n<li>47 minutes in we switch to PHP.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Sep 2015 23:06: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:15:\"Brian Krogsgard\";s: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:89:\"WPTavern: A Look Inside the Offices of 16 People Who Work With WordPress on a Daily Basis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-look-inside-the-offices-of-16-people-who-work-with-wordpress-on-a-daily-basis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2088:\"<p>In a remote worker environment, people have the choice to work from home or wherever it’s convenient. Syed Waseem Abbas published a <a href=\"http://torquemag.io/inside-the-workplaces-of-16-wordpress-community-mavens/\">guest post on Torquemag,</a> that looks at the offices of 16 people who work with WordPress on a daily basis.</p>\n<p>Some of the offices are classy while others are small. Many of the people featured in the post use one or more Apple products. If you’re curious as to what my setup looks like, here you go.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/JeffrosOffice.jpg\"><img class=\"size-full wp-image-48205\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/JeffrosOffice.jpg?resize=960%2C720\" alt=\"My Home Office\" /></a>My Home Office\n<p>Most of the work I do is on a Windows 7 Professional 64bit desktop PC with two 23-inch monitors. When I work remotely, I use a fully loaded 15-inch MacBook Pro with retina display from 2013. As a devoted Windows user, I feel like I’m part of a dying breed, especially within the WordPress ecosystem.</p>\n<p>For WordPress Weekly, I use a <a href=\"http://www.amazon.com/Samson-CO1U-Studio-Condenser-Microphone/dp/B000PTF0E2\">Samson CO1U</a> USB powered condenser microphone connected to a <a href=\"http://www.amazon.com/musical-instruments/dp/B001D7UYBO/ref=sr_1_1?s=musical-instruments&ie=UTF8&qid=1442008126&sr=1-1&keywords=Rode+Swivel+mount\">Rode PSA1 swivel mount</a> with a boom arm.</p>\n<p>I predominantly work in a sitting position which is why I’m in the market for a standing desk where the height can be easily adjusted. I’m also looking for a new office chair where the arm rests don’t disintegrate within the first year of use.</p>\n<p>If you have any suggestions, let me know in the comments. Also, if you need inspiration to create the perfect office environment, check out <a href=\"https://officetoday.wordpress.com/\">Office Today</a>. Office Today features remote offices and locations from across the world used by Automattic employees.</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, 11 Sep 2015 22:18: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: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:41:\"WPTavern: Tickets On Sale For 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:28:\"http://wptavern.com/?p=48142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/tickets-on-sale-for-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:2810:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png\"><img class=\"size-full wp-image-48146\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png?resize=650%2C200\" alt=\"Tickets Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/32029534@N00/14207873200\">lucky random fate : san francisco (2013)</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Tickets for the first annual <a href=\"https://2015.us.wordcamp.org/\">WordCamp US</a> are now <a href=\"https://2015.us.wordcamp.org/tickets/\">on sale</a>. Due to overwhelming popularity, tickets are being released in batches with the first batch selling out within hours. There are three types of tickets available for purchase.</p>\n<ol>\n<li>A full weekend pass for <strong>$40</strong> that includes both session days as well as a ticket for Contributor day. Lunch each day and swag are also included.</li>\n<li><span class=\"tix-ticket-excerpt\">A live stream ticket for <strong>$20</strong> that allows you to watch the event from any place that has an internet connection. You also receive a limited edition WordCamp US 2015 t-shirt. Shirts will be mailed out after the event concludes.</span></li>\n<li>A live stream ticket for <strong>$10</strong> that allows you to watch the event from any place that has an internet connection. This is a great option for meetup groups hosting watch parties.</li>\n</ol>\n<p>If you’re in a giving mood, there are 100 Jawn microsponsorships available for $250. This sponsorship <span class=\"tix-ticket-excerpt\">gives you a General Admission ticket and an opportunity to provide financial support for the event. You’ll also be listed by name on the thank you section of the Sponsors page.</span></p>\n<p>A group of tickets are being reserved for those volunteering or speaking at the event. Information related to the <a href=\"https://2015.us.wordcamp.org/2015/08/26/2015-wordpress-community-summit-dates-announced/\">Community Summit</a> along with an application will be released next week. Although hotel accommodations are not yet available, the team plans to publish this information within the next few days.</p>\n<p>Based on the <a href=\"https://2015.us.wordcamp.org/tickets/attendees/\">attendees list</a> so far, the event is shaping up to be a great opportunity to meet some of the best of the best in the WordPress ecosystem. Expect this list to grow as more tickets become available.</p>\n<p>If you host a WordPress meetup and are planning to have a WordCamp US watch party, please let me know in the comments. About a week before the event, I’ll publish a compiled list of watch parties so people know where to go to watch the event for free with like-minded individuals.</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, 11 Sep 2015 20:41: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: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:90:\"WPTavern: bbPress 2015 Survey Results Show Users Want Attachments, Better Moderation 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/bbpress-2015-survey-results-show-users-want-attachments-better-moderation-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4797:\"<p>The bbPress development team <a href=\"https://bbpress.org/blog/2015/09/2015-bbpress-survey-results/\">published the results</a> of its 2015 survey. This year, 213 people participated which is 30 more <a href=\"https://bbpress.org/blog/2014/05/2014-bbpress-survey-results/\">than last year</a>. After reviewing, replacing, and removing some questions from the 2014 survey, this year’s survey has 25 questions.</p>\n<p>A variety of survey question types were used to gather the data including, multiple choices, check boxes, text fields, email box, and open‐ended questions. Empty forms were deleted and those marked as incomplete were reviewed individually. Submissions that had no responses on the second and third pages of the survey were excluded from the report.</p>\n<h2>Highlights From the Survey</h2>\n<p>The majority of respondents use bbPress 2.5 and above with WordPress 4.2 and above. Seventy-one percent of participants using bbPress <=1.x.x are also using the latest version of WordPress. This data indicates bbPress users are vigilant in keeping their sites up to date.</p>\n<p>In terms of who uses bbPress, 51% of respondents use it on their own sites while 30% create sites with bbPress forums for others.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015Users.png\"><img class=\"size-full wp-image-48182\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015Users.png?resize=485%2C249\" alt=\"bbPress 2015 Survey Users\" /></a>bbPress 2015 Survey Who Uses bbPress\n<p>For the second year in a row, the top three languages used are English 74%, German 7%, and French 6.5%. Three-fourths or 75% of bbPress installations are within WordPress either in the domain root, physical directory, or physical subdomain.</p>\n<p>The remaining 25% are on multisite installations where more than half have activated bbPress network-wide and the rest in multiple networks.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015SurveyInstalls.jpg\"><img class=\"size-full wp-image-48183\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015SurveyInstalls.jpg?resize=900%2C237\" alt=\"bbPress User Installations\" /></a>bbPress User Installations\n<p>One statistic I’m proud of is that 29% of the respondents found out about the survey through WP Tavern.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/2015bbPressSurveyHowFoundOut.png\"><img class=\"aligncenter size-full wp-image-48184\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/2015bbPressSurveyHowFoundOut.png?resize=854%2C328\" alt=\"How People Found Out About The Survey\" /></a>The most wanted features in a bbPress theme are, Responsive (69.5%), Light and Fresh Design (52%), and Compatible with the latest bbPress version (49%). A preference for Responsive, mobile-first themes is in fourth place at 39%.</p>\n<p>For the second year in a row, Attachments (42.5%), Ajaxification of Topics and Replies (41.5%), and Moderation tools in the front end (39%) are the most requested features.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015MostRequestedFeatures.png\"><img class=\"size-full wp-image-48196\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/bbPress2015MostRequestedFeatures.png?resize=463%2C219\" alt=\"2015 Most Requested Features\" /></a>2015 Most Requested Features\n<h2>The Future of bbPress</h2>\n<p>Mercime, a BuddyPress and bbPress core contributor, confirmed at the end of the survey that the bbPress project is alive and well. According to Mercime, the development team is in the middle of a large migration project:</p>\n<blockquote><p>The <a href=\"https://bbpress.svn.wordpress.org/trunk/src/humans.txt\">bbPress core team</a> has been involved in the process of migrating the WordPress Support Forums (English and all Rosetta sites) from bbPress 1.x.x to bbPress 2.5.8 starting with one European-language forums subsite which has been already ported and being tested on.</p>\n<p>While this migration has been discussed many times and often over the years, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">@johnjamesjacoby</a> formally started the process when he <a href=\"https://make.wordpress.org/meta/2015/05/15/wp-org-forums-plugins-audit/\">posted the results of an audit</a> to show the custom functionality required for a successful migration.</p></blockquote>\n<p>The project involves multiple teams including, the <a href=\"https://make.wordpress.org/support/\">WP Support team</a> and <a href=\"https://make.wordpress.org/meta/\">WP Meta Team</a>. The migration will impact more than 8 million users on WordPress.org. Any improvements made to bbPress to ease the migration process are going to be merged back into the project.</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, 10 Sep 2015 20:54: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: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:57:\"WPTavern: WPML Confirms It Did Not Have a Security Breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpml-confirms-it-did-not-have-a-security-breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1427:\"<p>When WPML emailed new <a href=\"http://wptavern.com/wpml-emails-passwords-to-affected-customers-in-plaintext\">passwords to customers in plaintext</a>, some customers thought it was due to a security breach. Amit Kvint, compatibility team leader for WPML, confirmed the emails are not a result of a security breach.</p>\n<p>In a <a href=\"https://wpml.org/2015/09/password-update-email-from-wpml/\">post on the official WPML blog</a>, Kvint says the emails were a preventive measure to insure accounts remain secure, “The main purpose and underlying principle for this action was making sure everyone has a good new strong password, we consider this an important step in online security,” Kvint said.</p>\n<p>Kvint acknowledges the improvements in WordPress 4.3 in how passwords are handled and admits that sending passwords in plaintext was not a good idea, “The best practice would be, once the password is sent, to login and reset the password to a new strong one. We will definitely revise the way this is done in the future,” Kvint said.</p>\n<p>The blog post does not go into detail in how they determined passwords to be weak. To the best of my knowledge, WPML does not have a policy in place to enforce strong passwords. While no accounts were compromised, if some of the contacted customers choose a weak password, wouldn’t it defeat the purpose of resetting passwords in the first place?</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, 10 Sep 2015 07:28: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:\"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:88:\"WPTavern: Jetpack 3.7 Introduces a Simpler Interface, Adds Support for Development 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:28:\"http://wptavern.com/?p=48161\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-3-7-introduces-a-simpler-interface-adds-support-for-development-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:3151:\"<p>Jetpack 3.7 <a href=\"http://jetpack.me/2015/09/09/jetpack-3-7-simpler-ui-support-for-development-sites-and-more/\">is available</a> and includes a simpler user interface, support for development sites, and fixes several issues with a variety of modules.</p>\n<p>The new interface separates some of Jetpack’s functionality into categories such as, performance and security, traffic growth, and WordPress.com tools. The most commonly used modules are listed first with a link underneath that takes users to the other 27 modules and the old settings page.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/Jetpack-37Interface.png\"><img class=\"size-full wp-image-48162\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/Jetpack-37Interface.png?resize=968%2C492\" alt=\"Jetpack 3.7 Interface\" /></a>Jetpack 3.7 Interface\n<p>Turning a module on or off is accomplished by clicking a toggle. Services you need to pay for are clearly marked with links to learn more.</p>\n<p>One of the biggest drawbacks to Jetpack is switching between a local server or staging environment. If you move your site from one URL to another, Jetpack automatically detects the change and prompts the user to confirm if the URL is correct.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/JetpackStagingSite1.png\"><img class=\"size-full wp-image-48163\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/JetpackStagingSite1.png?resize=1025%2C155\" alt=\"Jetpack on a staging site\" /></a>Jetpack on a staging site\n<p>If Jetpack thinks two URLs are separate websites, it recommends that you create a new connection to prevent a service interruption on the original domain. The prompt has links to reset the connection, confirm that the URL is part of a development environment, or submit a trouble ticket.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/JetpackStagingSite2.png\"><img class=\"size-full wp-image-48164\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/JetpackStagingSite2.png?resize=1025%2C143\" alt=\"Jetpack double checking to see if two URLs are separate sites\" /></a>Jetpack double checking to see if two URLs are separate sites\n<p>The VideoPress player in Jetpack 3.7 works on mobile devices thanks to its responsive redesign. Having VideoPress enabled allows you to easily embed VideoPress powered videos to your site by copying and pasting the video’s URL into the visual editor.</p>\n<p>Here are a few other changes included in 3.7:</p>\n<ul>\n<li>The ability to enable per-post opt-out for Subscriptions by <a href=\"http://jetpack.me/support/subscriptions/#filters\">adding a filter</a> to a functionality plugin.</li>\n<li>A new Widget Visibility rule that allows you to show or hide widgets based on a page’s parent.</li>\n<li>Sharing buttons now display on bbPress forum posts</li>\n</ul>\n<p>Jetpack 3.7 is <a href=\"https://wordpress.org/plugins/jetpack/\">available for free</a> from the WordPress plugin directory. To view a list of all the changes in this release, <a href=\"https://wordpress.org/plugins/jetpack/changelog/\">check out 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\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2015 04:41: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: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:94:\"WPTavern: A Conceptual WordPress Plugin by Stephen Cronin That Makes Comment Moderation Easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/a-conceptual-wordpress-plugin-by-stephen-cronin-that-makes-comment-moderation-easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2409:\"<p>Moderating replies to comments in the backend of WordPress is tough. For example, WordPress 4.3 displays the reply and who it’s in response too, but doesn’t show the text of the parent comment.</p>\n<p>You can’t see the parent comment unless you open the author link in a new browser tab. This is not an optimal user experience and makes it more difficult to determine if the reply is from a spammer.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png\"><img class=\"size-full wp-image-48150\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png?resize=851%2C161\" alt=\"WordPress 4.3 Comment Content Area\" /></a>WordPress 4.3 Comment Content Area\n<p><a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Parent Comment</a> by Stephen Cronin, founder of <a href=\"http://scratch99.com/\">Scratch99 Design</a>, is a potential solution to the problem. Simply activate and browse to the comment section of the WordPress backend.</p>\n<p>Show Parent Comment displays the text of the parent comment inside the reply. This helps moderators keep track of the conversation and helps to identify copy/paste spammers.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/ShowParentCommentPlugin.png\"><img class=\"size-full wp-image-48151\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/ShowParentCommentPlugin.png?resize=847%2C223\" alt=\"Show Parent Comment Plugin\" /></a>Easy Way to See The Parent Comment\n<p>While the plugin works as advertised and shows the parent comment text, the interface needs to be improved. I’m not a fan of the background color and some of the comment information is repeated.</p>\n<p>One idea is to replace the <strong>In Reply to Author</strong> text to say, <strong>In Response To</strong>. The show more or less button is a good idea but I think the text size needs to be increased.</p>\n<p>Although Show Parent Comment is available on the <a href=\"https://wordpress.org/plugins/show-parent-comment/\">plugin directory for free</a>, it’s a proof of concept and is not officially supported by Cronin.</p>\n<p>The concept needs work but I think something similar needs to be added to WordPress core. As it stands, moderating comment replies is not a great experience and I think Cronin’s plugin is a step in the right direction.</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, 09 Sep 2015 22:12: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:\"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: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:66:\"WPTavern: WPML Emails Passwords to Affected Customers in Plaintext\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpml-emails-passwords-to-affected-customers-in-plaintext\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3791:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/ClearTextPasswordFeaturedImage.png\"><img class=\"size-full wp-image-31477\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/ClearTextPasswordFeaturedImage.png?resize=637%2C200\" alt=\"Clear Text Password\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/thegloaming/1402099967/\">thegloaming</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>Customers who purchased <a href=\"https://wpml.org/\">WPML</a>, a multilingual plugin for WordPress, <a href=\"https://wpml.org/forums/topic/strange-email-from-wpml/#post-699832\">are receiving</a> a suspicious email that looks similar to a phishing attempt. Matt Radford, a customer of WPML, kindly sent the Tavern a copy of the email.</p>\n<blockquote><p><b>Dear Matt</b>,</p>\n<p>We want to make sure that your WPML account remains secure. For this, we are updating all client accounts with auto-generated strong passwords. A strong password helps prevent unauthorized use of your WPML account.</p>\n<p>Our system will start the password update shortly. We will send you another email with your new password.</p>\n<p>All the best,</p>\n<p><b>WPML team</b></p></blockquote>\n<p>Radford received a follow-up email that includes his new password in plaintext. WPML explains why the passwords were sent in plaintext, “We detected weak passwords in our system and following this we are enforcing, on a one-time procedure, strong passwords to all our clients.</p>\n<p>“As for sending them in plaintext, if you consider it not to be safe, please update your password in order to keep it secure,” WPML said.</p>\n<p>When questioned if passwords are stored in plaintext within the database, WPML replied, “As for storing passwords in our database we are not storing it in plaintext, we are using standard WordPress. Yes they’re salted and hashed.”</p>\n<p>Denise VanDeCruze, a WPML support forum moderator, says <a href=\"https://wpml.org/forums/topic/strange-email-from-wpml/#post-700143\">the email was generated automatically</a> from their systems. She confirms that sending passwords in plaintext is not a best practice and urges users to login to their accounts and generate a new password using the reset password link.</p>\n<blockquote><p>This email was automatically generated by our system and sent to clients with passwords that were deemed too simple. However, sending new passwords in plain text via email without requiring user action is not best practice. I urge you to change your WPML account password. <a href=\"https://wpml.org/account/account-settings/\" rel=\"nofollow\">https://wpml.org/account/account-settings/</a></p>\n<p>You were right to be cautious of this sudden email. Although it was not a phishing attempt, it was not the best way to ensure a safe password. In the future we will be mindful of adhering to strict security standards. Please let me know if you have any further questions.</p></blockquote>\n<p>WPML has not published any information on <a href=\"https://wpml.org/blog/\">its blog</a> that explains the situation and has yet to respond to our requests for comment. If you’re a WPML customer and receive an email with a new password, you should immediately login and generate a new password using the site’s reset password link and follow the instructions.</p>\n<p>Emailing passwords in plaintext is a terrible security practice. One of the key improvements in WordPress 4.3 is that <a href=\"https://make.wordpress.org/core/2015/07/28/passwords-strong-by-default/\">WordPress no longer emails passwords</a>. Instead, it sends password reset links that expire after 24 hours. In hindsight, WPML should have generated and sent password reset emails to affected customers.</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, 08 Sep 2015 23:54: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:\"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: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:57:\"Post Status: Using React with WordPress — 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=14241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/using-react-with-wordpress-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:2161:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>Listen now:</p>\n<a href=\"https://audio.simplecast.fm/16368.mp3\">https://audio.simplecast.fm/16368.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/16368.mp3\">Direct download</a></p>\n<p>Stories discussed:</p>\n<ul>\n<li><a href=\"https://poststatus.com/notes/language-packs-for-wordpress-themes-and-plugins/\">Language packs background and details</a> (members only)</li>\n<li><a href=\"https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/\">Plugin translation details</a></li>\n<li><a href=\"https://translate.wordpress.org/\">WordPress.org sub-site for translations of WordPress, plugins, and themes</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/01/lets-garden-trac/\">Trac gardening</a></li>\n<li><a href=\"http://facebook.github.io/react/\">ReactJS</a></li>\n<li><a href=\"https://www.youtube.com/channel/UCorlLn2oZfgOJ-FUcF2eZ1A\">React Europe talks</a></li>\n<li><a href=\"https://github.com/rackt/redux\">Redux framework</a></li>\n<li><a href=\"https://webpack.github.io/\">Web Pack</a></li>\n<li><a href=\"https://ustwo.com/\">USTwo site in React with a WordPress backend</a></li>\n<li><a href=\"https://loopconf.io/talks/react-flux-wordpress-developers/\">Loopconf talk on React and Flux</a></li>\n<li><a href=\"https://nomadbase.io/location-update/\">Nomadbase React app</a></li>\n<li><a href=\"https://deliciousbrains.com/creating-mobile-app-wp-api-react-native/\">React and the WP API for a native app</a></li>\n<li><a href=\"http://feelingrestful.com/\">A Day of Rest: a WordPress REST API conference</a></li>\n<li><a href=\"https://poststatus.com/a-day-of-rest-a-conference-devoted-to-the-wordpress-rest-api/\">Details for A Day of REST</a></li>\n</ul>\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:\"Sat, 05 Sep 2015 14: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: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: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:65:\"WPTavern: Help Me Add Comment Approval Notifications 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/help-me-add-comment-approval-notifications-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1094:\"<p>Since <a href=\"http://wptavern.com/the-wp-tavern-comment-moderation-policy\">enabling comment moderation</a> on the Tavern, I’ve discovered that WordPress does not notify commenters when their comments are approved.</p>\n<p>On the Tavern, I’m using the <a title=\"http://wordpress.org/plugins/comment-approved/\" href=\"http://wordpress.org/plugins/comment-approved/\">Comment Approved</a> plugin by <a title=\"http://media-enzo.nl/\" href=\"http://media-enzo.nl/\">Niels van Renselaar</a>. It allows me to create a custom notification message that is sent when a comment is approved. Unfortunately, I don’t think it’s working. Please let me know if you’ve received any comment approval emails from the Tavern.</p>\n<p>I strongly believe this feature should be in core. I’ve started the process by creating a <a href=\"https://core.trac.wordpress.org/ticket/33717\">feature request ticket</a> on WordPress trac. Let’s discuss the pros and cons or why you think it shouldn’t be in core. Please give me your feedback in the comments or within the ticket.</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, 04 Sep 2015 19:30: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:\"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:83:\"WPTavern: How Chris Klosowski’s Lifestyle Changed by Writing One WordPress 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:28:\"http://wptavern.com/?p=48051\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/how-chris-klosowskis-lifestyle-changed-by-writing-one-wordpress-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:1458:\"<p>Chris Klosowski, co-lead developer of Easy Digital Downloads, <a href=\"https://kungfugrep.com/2015/09/how-writing-one-plugin-changed-my-lifestyle/\">explains how writing one plugin</a> changed his lifestyle. He left his corporate job to be a full-time distributed worker and being a distributed worker comes with its own set of challenges.</p>\n<blockquote><p>My truest challenge in this new lifestyle is knowing when it’s time to ignore Slack, shut off email, take off the Pebble, and just spend time with my family. It’s a challenge I’m learning to face, and the hardest part is admitting to myself that it’s a problem.</p>\n<p>It’s come up in conversation a couple times with my wife, and every time, she lets me know when I’m failing. Honesty here is the key. Not guilt, not anger, just brutal honesty of when I’m not being the best husband and dad because I’m putting work before them.</p></blockquote>\n<p>One of the greatest challenges a distributed worker faces is figuring out the balance between work, family, and personal life. If you’re struggling to find balance, I encourage you to read <a href=\"http://wptavern.com/the-mantra-of-family-comes-first\">this post</a> and the nearly 100 comments that follow.</p>\n<p>The comments are from people in similar positions trying to figure out how to balance work, life, and family. After nearly three years of being a distributed worker, I’m still trying to figure it 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, 04 Sep 2015 16:43: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: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:65:\"WPTavern: A Bug in Chrome 45 Causes WordPress Admin Menu to Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-bug-in-chrome-45-causes-wordpress-admin-menu-to-break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2136:\"<p>Within the last five weeks, <a href=\"https://core.trac.wordpress.org/ticket/33199\">several people have reported</a> an issue in Chrome that breaks the WordPress admin menu. If you hover the mouse cursor over menu items in the sidebar, they’ll occasionally fall out-of-place.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/ChromeWPAdminMenu.png\"><img class=\"aligncenter size-full wp-image-48046\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/ChromeWPAdminMenu.png?resize=764%2C543\" alt=\"Chrome WordPress Admin Menu \" /></a>Using Chrome 45.0.2454.85, I’m able to inconsistently reproduce the behaviour reported in the ticket. Through the process of elimination, users discovered Chrome is the software at fault and not WordPress.</p>\n<p>The <a href=\"https://code.google.com/p/chromium/issues/detail?id=509179#c17\">source of the problem</a> stems from Slimming Paint which is enabled by default in Chrome 45. Disabling slimming paint fixes the issue.</p>\n<p>To disable this feature, visit <strong>chrome://flags/#disable-slimming-paint</strong> in Chrome and <strong>Enable</strong> the <em>Disable slimming paint</em> option, and make sure the other two <strong>Enable</strong> options are disabled because they will override the Disable option.</p>\n<p>If this sounds confusing, please refer to the following screenshot provided by Samuel Wood.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/DisableSlimmingPaint.png\"><img class=\"size-full wp-image-48056\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/DisableSlimmingPaint.png?resize=839%2C185\" alt=\"Disable Slimming Paint Options\" /></a>Disable Slimming Paint Options\n<p>Chrome’s development team is <a href=\"https://code.google.com/p/chromium/issues/detail?id=509179&q=label%3AM-47%20slimming%20paint&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified\">aware of the issue</a> and is working towards a solution that is marked for release in Chrome 47. Until then, users are encouraged to disable Slimming Paint until Chrome fixes the issue.</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, 04 Sep 2015 15:49: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: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:63:\"WPTavern: A Dashboard Widget That Displays New Registered Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/a-dashboard-widget-that-displays-new-registered-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1119:\"<p>If you run a WordPress site with user registration enabled and want to see recently registered accounts from the dashboard, check out the <a href=\"https://wordpress.org/plugins/new-user-dashboard/\">New User Dashboard Widget plugin</a> by <a href=\"https://profiles.wordpress.org/swadeshswain/\">Swadeshswain</a>. After installing and activating the plugin, a new registered user widget appears on the dashboard.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/NewUserDashboardWidget.png\"><img class=\"size-full wp-image-48038\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/NewUserDashboardWidget.png?resize=536%2C146\" alt=\"New Registered User Widget\" /></a>New Registered User Widget\n<p>The widget tells you a user’s registration date, name, and role. If you don’t see the widget after activating the plugin, click on the Screen Options tab and make sure the box next to New User is checked. New User Dashboard Widget is the type of plugin that does one thing only and does it well. There’s nothing to configure and it works out-of-the-box with WordPress 4.3.</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, 04 Sep 2015 00:02: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: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:92:\"WPTavern: Proposal to Overhaul the Shortcode API in WordPress Goes Back to the Drawing Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/proposal-to-overhaul-the-shortcode-api-in-wordpress-goes-back-to-the-drawing-board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7118:\"<p><a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, who contributes to WordPress core, <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/\">published the first draft</a> of a roadmap that explains how the Shortcode API could be overhauled. “The decision to create this roadmap arose from specific needs that are not met by the old code,” Chapin said.</p>\n<p>The proposal has an aggressive timeline with development starting in WordPress 4.4 and ending in WordPress 4.7. In WordPress 4.4, a new syntax would be introduced that provides opportunities to make significant changes to the API.</p>\n<p>Here are a few examples of shortcodes that use the new syntax.<br />\n<strong>Self-Closing</strong>: [{{shortcode}}]</p>\n<p><strong>Attributes</strong>: [{{shortcode attr1=”value1″ attr2=’value2′ “value3” ‘value4’ value5}}]</p>\n<p><strong>Enclosing</strong>: [{{shortcode}$] HTML [${shortcode}}]</p>\n<p><strong>Multiple Enclosures</strong>: [{{shortcode}$] HTML [${encl2}$] HTML [${encl3}$] HTML [${shortcode}}]</p>\n<p><strong>Escaped Code</strong>: [!{{shortcode}}]</p>\n<p>In the WordPress 4.5 development cycle, the focus would be to deprecate the old syntax, “Plugins that register shortcodes without declaring support for new features will raise debugging errors to alert developers that support for the old shortcode syntax is ending,” Chapin said. Posts using the old syntax would continue to work.</p>\n<p>During the WordPress 4.6 update process, shortcodes using the old syntax would be converted to use the new syntax. The Shortcode API would continue to provide deprecated support for the old syntax to provide a smooth transition.</p>\n<p>An important point to note is that the new syntax does not support HTML inside of shortcode attributes. This leaves the potential for many sites to break as shortcodes may not perform the same way prior to WordPress 4.6</p>\n<p>The transition process ends with WordPress 4.7 where support for the old syntax is eliminated. Shortcodes and plugins that use the old syntax would stop working. During the WordPress 4.7 update process, a second attempt would be made to upgrade old content to use the new syntax.</p>\n<h2>The Proposal Raises Concerns</h2>\n<p>The proposal has drawn constructive criticism from several members of the WordPress community. Nick Haskins, founder of Aesop Interactive, <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/#comment-27426\">voiced his concern</a> saying the syntax isn’t easier for authors to use and will affect a large number of sites.</p>\n<p><a href=\"http://halfelf.org/\">Mika Epstein</a>, who voluntarily moderates the WordPress.org support forums and interacts with users on a daily basis, <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/#comment-27472\">sums up a list of concerns</a> that many developers agree with.</p>\n<blockquote>\n<ul>\n<li>All the plugins and themes on the planet we will break (because we will, they won’t read or test). We have to degrade them as gracefully as humanly possibly. Continuing to say “Well the developers were notified and should have updated” now that we’re as big as we are is not sustainable.</li>\n</ul>\n<ul>\n<li>All the very (legitimately) angry end users who are broken because they didn’t upgrade plugins and themes (or the themes/plugins didn’t get updated). People were rightly angry last time. It’s the end users, not the developers, who will be hardest hit by this change.</li>\n</ul>\n<ul>\n<li>Communicating clearly to the users that it’s now <code>{{gallery}}</code>. That’s going to be very hard. Incredibly hard. Updating their old posts (keeping in mind Justin’s Markdown caveat and those who use them as an aside – I know I know) is easier than making sure everyone knows what to do. At best we can keep tabs on the ones built into WP and perhaps use the logic we have in the visual editor NOW to convert them, but we have to figure out how to make sure everyone knows. This is nothing like the move of Menus to customizer. That was confusing, but the users could see what happened. This is a legit change, your old way is no longer going to work. That is huge.</li>\n</ul>\n<ul>\n<li>The number of users who have premium themes and plugins that <em>do not</em> get update alerts. These people are simply not going to know they need to update and this is not their fault. We should never be breaking them if there’s possibly any alternative.</li>\n</ul>\n<ul>\n<li>Users will be upgraded by their hosts vis-a-vis one-click installs and managed hosting so they will have up to date WP and out of date plugins/themes. So yes, many users will be on 4.7 and then a theme from 2014. It sucks, it’s the reality, we know it’s the reality, we cannot stick our heads in the sand.</li>\n</ul>\n<ul>\n<li>Plugins that are already using {{template}} tags in their code. Yeah, I’ve seen it. Most of them use it for search/replace within their own code, but we’ll want to make sure we check for everyone in the repo who might be doing it on their own.</li>\n</ul>\n</blockquote>\n<p>The best argument against using the new shortcode syntax is <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/#comment-27518\">made by Stefano Agiletti.</a> Agiletti says Italian keyboards don’t have keys that create curly braces.</p>\n<blockquote><p>Maybe English people don’t know that { and } are not present in all keyboards directly as the [ and ] are. On Italian keyboards [ and ] are generated using ALT-GR+è or ALT-GR++ and keyboards show ALT-GR basic sign like €@## and [ ].</p>\n<p>To get { and } you need to type ALT-GR+SHIFT+è and ALT-GR+SHIFT++. Most people don’t know about this combination (I think only those who write code do) and the parentheses are not written on any key.</p></blockquote>\n<h2>Back to the Drawing Board</h2>\n<p>After a considerable amount of feedback and concerns shared by developers, the proposal is heading back to the drawing board. In a comment <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/#comment-27484\">summarizing the feedback</a>, Andrew Nacin confirms that the new shortcode syntax does not fit the core team’s vision of being easy and intuitive for non-technical authors to use.</p>\n<p>At the same time, he cautions that the team needs to do something, “The proposed syntax significantly clashes with the proposed vision and given all of your feedback, we’re clearly going to have to go back to the drawing board. Please note that <strong>we still need to do something</strong>, but maybe we can think further outside the box.”</p>\n<p>I highly encourage you to read the <a href=\"https://make.wordpress.org/core/2015/09/02/shortcode-roadmap-draft-one/\">proposal and the comments</a> that follow it. It’s a great read that highlights how difficult it will be to make changes to the Shortcode API that don’t end up causing a lot of sites to break.</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, 03 Sep 2015 21:16: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:\"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: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:65:\"WPTavern: WPWeekly Episode 206 – Stream Reverts to its Old Ways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-206-stream-reverts-to-its-old-ways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2645:\"<p>In this week’s episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week including, Envato’s new item support policy, Twenty Sixteen available on GitHub, and BuddyPress 2.3.3. We also discuss Stream 3 which returns to hosting activity logs on the local server. We end the show with Marcus’ plugin picks up the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/envato-implements-item-support-policy-for-themeforest-and-codecanyon\">Envato Implements Item Support Policy for ThemeForest and CodeCanyon</a><br />\n<a href=\"http://wptavern.com/twenty-sixteen-now-available-on-github-and-the-wordpress-theme-directory\">Twenty Sixteen Now Available on GitHub and the WordPress Theme Directory</a><br />\n<a href=\"http://wptavern.com/buddypress-2-3-3-patches-security-vulnerabilities-in-buddypress-messages-component\">BuddyPress 2.3.3 Patches Security Vulnerabilities in BuddyPress Messages Component</a><br />\n<a href=\"http://wptavern.com/wordpress-community-summit-set-for-december-2-3-2015\">WordPress Community Summit Set for December 2-3, 2015</a><br />\n<a href=\"http://wptavern.com/stream-is-shutting-down-its-cloud-data-storage-october-1st\">Stream Is Shutting Down Its Cloud Data Storage October 1st</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/new-user-dashboard/\">New User Dashboard Widget</a> is a dashboard widget that shows new registered members.</p>\n<p><a href=\"https://wordpress.org/plugins/facebook-secret-meta/\">Facebook Secret Meta</a> adds the necessary secret codes to your site, so when someone shares a link to your site on Facebook, they’ll see the site’s information and the new <strong>Author By</strong> data.</p>\n<p><a href=\"https://wordpress.org/plugins/bp-automatic-friends/\">BuddyPress Automatic Friends</a> automatically creates and accepts friendships for specified users upon new user registration.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 9th 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 #206:</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, 03 Sep 2015 08:21: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:\"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:49:\"WPTavern: The WP Tavern Comment Moderation Policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/the-wp-tavern-comment-moderation-policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3471:\"<p>Those of you who regularly comment on the Tavern may have noticed that your comments don’t show up immediately after submitting them. That’s because about four weeks ago, for the first time in the Tavern’s history, comment moderation for all comments was enabled. I enabled moderation to address concerns raised by members of the community and to sleep better at night.</p>\n<p>At the request of a few readers and to be more transparent, I’ve created a <a href=\"http://wptavern.com/comment-policy\">comment moderation policy</a>. With the help of at least a dozen people, I’ve crafted a policy that is easy to read and more importantly, easy to follow. It explains our expectations, has a few tips on writing better comments, and lists possible reasons a comment may be deleted.</p>\n<p>The policy is <a href=\"http://creativecommons.org/publicdomain/zero/1.0/\">CC0 licensed</a> which is the least restrictive license offered by Creative Commons. Feel free to copy and modify it for your own use.</p>\n<h2 class=\"font-headlines\">WP Tavern Comment Moderation Policy</h2>\n<p>We strive to create a fun, friendly, and inviting atmosphere. The ground rules for commenting on WP Tavern are simple. Treat people the way you want to be treated. Try to understand someone else’s perspective and if you disagree, respectfully explain why.</p>\n<p>Text is a difficult medium to decipher context. Emoticons and emoji help, but it doesn’t solve the problem. Take a deep breath and assume the commenter has the best of intentions before responding and approach discussions with open minds.</p>\n<p>We welcome different perspectives and viewpoints but we all need to clearly communicate them without tearing the opposition down in the process.</p>\n<p>Stay on point using concise language. If your comment is more than a few paragraphs long, consider publishing it on your own site instead.</p>\n<p>Your comment may be deleted if it matches any of the following criteria:</p>\n<ul>\n<li>Advocates an illegal practice</li>\n<li>Uses vulgar, profane, or unnecessarily harsh language</li>\n<li>Is spam or appears to be written primarily to post a link or advertise</li>\n<li>Is written anonymously</li>\n<li>Contains copyrighted material not licensed for distribution on the site</li>\n<li>Impersonates another user</li>\n<li>Contains an affiliate link</li>\n<li>Personal insults, including those using racist or sexist terms.</li>\n</ul>\n<p>These guidelines are not meant to be an exhaustive list. The deletion of comments is wholly within the discretion of the moderators at WP Tavern and we will err on the side of maintaining a safe and friendly community.</p>\n<h2 class=\"font-headlines\">How Do I Report Comments?</h2>\n<p>If you believe a comment published on WP Tavern violates any of the listed guidelines or that you feel needs special attention, <a href=\"http://wptavern.com/contact-me\">contact us</a>. Please do not publicly report comments using social media such as Facebook or Twitter.</p>\n<p>Form submissions are sent to authors with comment moderation capabilities. Include a link to the comment in your email with a short explanation as to why it needs our attention.</p>\n<h2>The Goal</h2>\n<p>The goal is to reestablish the comment section as a place where people feel welcome to voice their opinions without the fear of being ripped apart. We encourage criticism, disagreements, and open conversation but it needs to take place in a respectful manner.</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, 03 Sep 2015 06:36: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: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:77:\"Post Status: A Day of REST — a conference devoted to the WordPress 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:31:\"https://poststatus.com/?p=14173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/a-day-of-rest-a-conference-devoted-to-the-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6733:\"<p><a href=\"http://feelingrestful.com/\">A Day of REST</a> will be the first ever event dedicated to the WordPress REST API. It’ll happen on January 28th 2016, with a follow-on hack day on the 29th, and will be held at Bishopsgate Institute in London, UK.</p>\n<p>The event is aimed at developers who want to learn how to interact with the new WordPress REST API. From WordPress developers to Javascript developers, to application developers, A Day of REST promises to provide in-depth information that covers every aspect of the WordPress REST API.</p>\n<p>This is exactly the kind of event I’ve been hoping to see in the WordPress community. Sessions will vary from an introduction to the WordPress REST API to in-depth case studies and guides on utilizing it in the real world.</p>\n<p>It will be an incredible and rare opportunity to learn from the people making the API and those extending it further than anyone else. A niche event to be sure, A Day of REST is a big bet on the WordPress REST API — which is not yet slated for core, but is widely expected to make it to core in the next few releases.</p>\n<p>The conference is being organized to supply a clear demand for more information, resources, and education on the subject. At most WordCamps, REST API sessions seem to be some of the most crowded, with the most engaged and curious audiences. A Day of REST will be like those sessions, but much bigger, as the entire day will be dedicated to the single topic.</p>\n<h3>Who is speaking at A Day of REST</h3>\n<p><img class=\"aligncenter size-large wp-image-14179\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/speakers-day-of-rest-752x603.jpg\" alt=\"speakers-day-of-rest\" width=\"752\" height=\"603\" /></p>\n<p>The speaker roster consists of people who are building the WordPress REST API, and those who are already using it for production applications and websites. The speakers are:</p>\n<ul>\n<li>Ryan McCue – WordPress REST API co-lead</li>\n<li>Joe Hoyle – WordPress REST API team</li>\n<li>Daniel Bachhuber – WordPress REST API team</li>\n<li>Kathleen Vignos – Director of Engineering, WIRED</li>\n<li>K. Adam White – Open Web Engineer, Bocoup</li>\n<li>Jack Lenox – Design Engineer, Automattic</li>\n<li>Scott Taylor – Senior Engineer, New York Times</li>\n<li>Nikolay Bachiyski – Meta Engineer, Automattic</li>\n</ul>\n<h3>Post Status will be an official partner</h3>\n<p>I’m really pleased that Post Status will be the official content partner for A Day of REST. That means I’ll be attending the event, and I’ll offer a number of in-depth posts related to the WordPress REST API, the sessions, interviews, and more.</p>\n<p>I’ll also manage content for some of the larger event announcements, like this one. I’ve known the organizers for a long time, and they are big supporters of Post Status. A Day of REST offers a really great opportunity for me to work with them and offer my readers some unique privileges and exclusive content for a subject that’s of interest to most of my audience.</p>\n<h3>So who is organizing?</h3>\n<p><img class=\"aligncenter size-large wp-image-14180\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/humans-752x333.jpg\" alt=\"humans\" width=\"752\" height=\"333\" /></p>\n<p>A Day of REST is organized by <a href=\"https://poststatus.com/organizations/human-made/\">Human Made</a>, who’ve brought on board <a href=\"http://siobhanmckeown.com/about/\">Siobhan McKeown</a> to lead the charge putting the event together.</p>\n<p>Human Made uses the API in a good bit of their services and product work, are really interested to see more adoption of the API, and are eager to provide education resources so that can happen. Those of you who pay close attention may know that two of Human Made’s own are actually part of the team of four that does much of the REST API development.</p>\n<p><a href=\"https://twitter.com/rmccue\">Ryan McCue</a> is the project co-lead, and is generally steering the ship; the API started as his GSoC (Google Summer of Code) project years ago. <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a> is in day to day conversations for project direction and also commits a lot of code to the API; he is a co-founder of Human Made.</p>\n<h3>Hack Day</h3>\n<p>On 29th January 2016, there will be a WordPress REST API hack day. This event is being hosted by Mozilla Spaces in London. Space for the hack day is limited but the team would love for anyone interested to come along and help make the WordPress REST API. Bring a laptop and expect to get hacking. This event will be for building the REST API specifically, and not geared toward other projects.</p>\n<h3>Ticket details</h3>\n<p>Tickets are available <a href=\"http://feelingrestful.com/tickets/\">from the website</a>. They’re £125 (+ VAT & booking fees) — which ends up being around $235 US — and the price includes all of the usual conference goodies: presentations, lunch, swag, and an informal afterparty.</p>\n<h3>Confirmed sponsors</h3>\n<p>A Day of REST is excited to already have some awesome sponsors on board.</p>\n<ul>\n<li><a href=\"http://prospress.com/\">ProsPress</a> – Gold sponsor</li>\n<li><a href=\"http://www.gravityforms.com/\">Gravity Forms</a> – Gold sponsor</li>\n<li><a href=\"https://sucuri.net/\">Sucuri</a> – Gold sponsor</li>\n</ul>\n<p>The team is also looking for more sponsors to get involved and help make this unique event happen. If you’d like to sponsor, send an email to events@humanmade.co.uk.</p>\n<h3>More information</h3>\n<p>Depending on the content, you can get updates either from this blog, or from the A Day of REST website, <a href=\"http://feelingrestful.com/\">feelingrestful.com</a>. You should also follow <a href=\"https://twitter.com/feelingrestful\">@feelingrestful</a> on Twitter for live updates. I’ll have in-depth content and broader event information and the event site will have more general announcements, news, and event updates.</p>\n<p>London is quite accessible from much of the world, so I am hopeful and confident that there will be a diverse audience in attendance. I certainly look forward to visiting; and I was pleasantly surprised that it doesn’t get as cold there as I thought; January temperatures (lows and highs) stay around the 40s (F, or 5-9<strong><span class=\"temperature_label_default\"><span class=\"temperature_label_unit_c\">°</span></span></strong> C) — which is likely warmer than it’ll be where I live in January.</p>\n<p>A Day of REST is an exciting development in the WordPress conference ecosystem and I’m confident it’s going to be a huge success.</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, 02 Sep 2015 13:36: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:15:\"Brian Krogsgard\";s: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:78:\"WPTavern: Envato Implements Item Support Policy for ThemeForest and CodeCanyon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/envato-implements-item-support-policy-for-themeforest-and-codecanyon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3537:\"<p>In August of 2014, Envato <a href=\"http://marketblog.envato.com/news/item-support-sustainability-authors-clarity-buyers/\">announced a new initiative</a> that would allow sellers on <a href=\"http://codecanyon.net/?_ga=1.16356721.691392842.1429566039\">CodeCanyon</a> and <a href=\"http://themeforest.net/?_ga=1.16356721.691392842.1429566039\">ThemeForest</a> to inform buyers whether or not an item is supported. Earlier today, <a href=\"http://marketblog.envato.com/releases/item-support-policy-and-functionality-launched/\">Envato implemented</a> an <a href=\"http://themeforest.net/page/item_support_policy\">Item Support Policy</a> for sellers on ThemeForest and CodeCanyon.</p>\n<p>When browsing items on ThemeForest or CodeCanyon, a blue badge indicates the seller provides support. There’s also a badge and text that informs potential buyers if an item is not supported.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/SupportedBadge.png\"><img class=\"size-full wp-image-47991\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/SupportedBadge.png?resize=639%2C408\" alt=\"This Item is Supported\" /></a>This Item is Supported\n<p>According to <a href=\"http://themeforest.net/page/item_support_policy\">the policy</a>, buyers automatically receive six months of support from the date of purchase. If you need support for an entire year, you can buy an extension for a nominal upgrade fee. Envato takes 30% and gives 70% of the purchase to authors.</p>\n<p>The price of a <b>6-month support extension</b> for a <b>Regular License</b> is calculated as:</p>\n<ol>\n<li>37.5% of the item price (30% of the list price) when purchased at the same time as the license;</li>\n<li>62.5% of the item price (50% of the list price) when purchased during the support period; and</li>\n<li>87.5% of the item price (70% of the list price) when purchased after the support period has ended.</li>\n</ol>\n<p>Andrew Freeman, product manager for Envato, says the changes provide a standardized definition of support, “Buyers will know exactly what to expect from all purchases on ThemeForest and CodeCanyon.”</p>\n<p>Buyers who purchased supported items before the new policy went into effect have six months of free tech support starting on September 1st.</p>\n<h2>Disgruntled Authors</h2>\n<p>In a <a href=\"https://forums.envato.com/t/item-support-policy-and-functionality-launched/3619\">forum thread</a> with over 165 responses, sellers discussed the pros and cons of the policy while some expressed anger. <a href=\"http://themeforest.net/user/jonathan01\">Jonathan Atkinson</a>, founder of <a href=\"https://cr3ativ.com/\">Cr3ativ</a>, who sells several items on ThemeForest, thinks the policy is not as good as alternatives offered outside of the marketplaces because of its confusing complexity for both authors and buyers,</p>\n<blockquote><p>I’m not sure why Envato chose this solution when we already have a well established support/upgrade system in place within most of the WordPress community where 12 months of support is included in the purchase and customers receive a 50% discount to continue receiving support and updates.</p></blockquote>\n<p>The policy is a work in progress, “We will be monitoring the impacts of this change very closely and will be tweaking, improving and enhancing the support tools over coming weeks and months,” Freeman said.</p>\n<p>If you’re a buyer or seller on ThemeForest or CodeCanyon, let us know what you think of the support policy 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:\"Wed, 02 Sep 2015 00:52: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: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:28:\"Matt: On VentureBeat 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:21:\"http://ma.tt/?p=45294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/08/on-venturebeat-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:303:\"<p>I was on VentureBeat’s podcast with Dylan Tweeney, <a href=\"http://venturebeat.com/2015/08/11/how-matt-mullenweg-built-wordpress-into-a-giant-platform-powering-14-of-the-web-podcast/\">talking a bit about how WordPress came to be and geeking out on some of the tech behind our approach</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, 01 Sep 2015 02:23: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: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: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:82:\"WPTavern: Twenty Sixteen Now Available on GitHub and the WordPress Theme 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:28:\"http://wptavern.com/?p=47973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/twenty-sixteen-now-available-on-github-and-the-wordpress-theme-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:2332:\"<p>Twenty Sixteen, the default theme scheduled to ship with WordPress 4.4, is available for download on <a href=\"https://github.com/WordPress/twentysixteen\">GitHub</a> and the <a href=\"https://wordpress.org/themes/twentysixteen/\">WordPress theme directory</a>. According <a href=\"https://make.wordpress.org/core/2015/08/29/twenty-sixteen-is-now-on-github/\">to Tammie Lister</a>, Twenty Sixteen will be developed as if it were a feature plugin and will merge into WordPress core later this year.</p>\n<p>As development takes place on GitHub, changes will regularly sync up to the WordPress theme directory. By installing and activating Twenty Sixteen from the theme directory, users can easily update to new versions as they become available.</p>\n<p>So far, Twenty Sixteen has 23 issues and 27 pull requests on GitHub. Many of the issues such as, <a href=\"https://github.com/WordPress/twentysixteen/pull/23\">introducing automated Travis CI build testing into Twenty Sixteen,</a> are <a href=\"https://github.com/WordPress/twentysixteen/labels/discussion\">up for discussion</a>.</p>\n<p>Here is what the top half of the Tavern looks like with Twenty Sixteen activated.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/TavernOnTwentySixteen.png\"><img class=\"size-full wp-image-47974\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/TavernOnTwentySixteen.png?resize=1025%2C563\" alt=\"Twenty Sixteen on the Tavern\" /></a>Twenty Sixteen on the Tavern\n<p>Here is what the content section looks like. Notice the block of code that displays instead of an image.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/TavernContentOnTwentySixteen.png\"><img class=\"size-full wp-image-47976\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/TavernContentOnTwentySixteen.png?resize=881%2C648\" alt=\"Content on the Tavern with Twenty Sixteen \" /></a>Content on the Tavern with Twenty Sixteen Activated\n<p>Testers are encouraged to open issues and pull requests on GitHub. If you’re not familiar with how GitHub works, <a href=\"https://github.com/WordPress/twentysixteen/blob/master/CONTRIBUTING.md\">this guide</a> explains how to contribute to the Twenty Sixteen project. Keep in mind that Twenty Sixteen is a work in progress and should not be used in a production environment.</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, 31 Aug 2015 20:05: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:\"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:22:\"Matt: Rigamortis Cover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/08/rigamortis-cover/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Great jazz cover of one of my favorite Kendrick Lamar songs, Rigamortis, which of course is inspired by the great jazz song <a href=\"https://www.youtube.com/watch?t=27&v=TstRwZygLAo\">The Thorn by Willie Jones III</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, 29 Aug 2015 03:33: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: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: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:57:\"Post Status: Our WordPress 4.4 wishlist — 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=14136\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/our-wordpress-4-4-wishlist-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:1568:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>Listen now:</p>\n<a href=\"https://audio.simplecast.fm/16131.mp3\">https://audio.simplecast.fm/16131.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/16131.mp3\">Direct Download</a></p>\n<p>Stories discussed:</p>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-4-3-billie-released/\">WordPress 4.3 “Billie” released</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/08/19/wordpress-4-4-whats-on-your-wishlist/\">What is on your wishlist for WordPress 4.4?</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/08/19/wordpress-4-4-whats-on-your-wishlist/#comment-26718\">Don’t add WP API to Core in 4.4?</a></li>\n<li><a href=\"https://choycedesign.com/2015/01/23/my-top-wordpress-pain-points/\">Mel Choyce’s biggest issues with WordPress</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\">Who is using WP REST API and why?</a></li>\n<li><a href=\"http://wp-api.org/\">REST API Documentation</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">A not-so-brief summary of the REST API</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Aug 2015 13:45: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: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: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:46:\"WPTavern: WordPress.com Unveils the Action Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordpress-com-unveils-the-action-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3846:\"<p>WordPress.com has <a href=\"https://en.blog.wordpress.com/2015/08/26/new-action-bar/\">unveiled a new user interface</a> called the Action Bar. It’s a bar that shows up in the bottom right corner of the screen for logged in users and is accessible from any device. The bar performs multiple tasks depending on the page you’re on.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/WordPressComActionBar.png\"><img class=\"size-full wp-image-47955\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/WordPressComActionBar.png?resize=1025%2C627\" alt=\"WordPress Action Bar\" /></a>WordPress Action Bar\n<p>When on a WordPress.com powered site that you’re not following, the bar turns into a Follow button. Clicking the follow button will notify you of new posts published on the site.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/actionbar-follow.png\"><img class=\"size-full wp-image-47956\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/actionbar-follow.png?resize=192%2C60\" alt=\"Action Bar Follow Button\" /></a>Action Bar Follow Button\n<p>If you click the three dots to the right, you’ll see a variety of options depending upon the page you’re viewing. If it’s the homepage, you’ll see links to download the theme the site uses, report the content, or manage the sites you follow.</p>\n<p>If you’re browsing a specific post on a WordPress.com site, you’ll see an additional link to copy a shortlink for quick and easy sharing.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/ActionBarThreeDots.png\"><img class=\"size-full wp-image-47957\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/ActionBarThreeDots.png?resize=265%2C319\" alt=\"Easily Share Posts\" /></a>Easily Share Posts\n<p>If you have a site on WordPress.com and are logged in, the Follow button turns into a Customize button. This link provides a quick way to enter the Customizer. There’s also an Edit link if you’re browsing a published post.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/ActionBarEditCustomizeButton.png\"><img class=\"size-full wp-image-47958\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/ActionBarEditCustomizeButton.png?resize=307%2C348\" alt=\"Edit and Customize Links\" /></a>Edit and Customize Links\n<p>If the action bar is too big and you want to minimize it, click the three dots and select the option to Collapse the bar. It will shrink the bar into squares and get out of your way.</p>\n<h2>My User Experience</h2>\n<p>One of the best features of the action bar is the ability to quickly see and download a theme used on a WordPress.com site. However, it doesn’t work for WordPress.com specific sites like <a href=\"https://dailypost.wordpress.com/\">The Daily Post</a>.</p>\n<p>What annoys me about the action bar is that it disappears when I scroll down. I caught myself scrolling down to read a post and when I looked for the edit button to fix a typo, the action bar was gone. I think it should stay on the screen at all times.</p>\n<p>I’d also like to see the Edit link in the action bar open a front-end editor. It’s time WordPress.com step up its game and stop forcing users through a backend interface to edit published content.</p>\n<p>I like the experimental action bar but at the same time, I question the reasoning for adding yet another user interface element to mimic actions already supported by other buttons and links.</p>\n<p>For example, between the admin bar, dashboard, the edit link underneath a post, and the action bar, there are now four different ways to edit a post. How many roads are necessary to reach the same destination?</p>\n<p>If you have a site on WordPress.com, let me know what you think of the action bar.</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, 28 Aug 2015 07:43: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/\";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:29:\"Matt: Frequent Flyer Syndrome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/08/frequent-flyer-syndrome/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"<p>It turns out <a href=\"http://www.economist.com/blogs/gulliver/2015/08/frequent-flyers\">not everything about traveling all the time is roses</a>. (Posted from 38k feet.)</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, 28 Aug 2015 07:17: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: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:92:\"WPTavern: BuddyPress 2.3.3 Patches Security Vulnerabilities in BuddyPress Messages Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/buddypress-2-3-3-patches-security-vulnerabilities-in-buddypress-messages-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1516:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/BuddyPressFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-41978\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/BuddyPressFeaturedImage.png?resize=828%2C265\" alt=\"BuddyPress Featured Image\" /></a>BuddyPress 2.3.3<a href=\"https://buddypress.org/2015/08/buddypress-2-3-3/\"> is available</a> and users are encouraged to <strong>update as soon as possible</strong>. A few security vulnerabilities were discovered in <a href=\"https://codex.buddypress.org/buddypress-components-and-features/#internal-messaging\">BuddyPress Messages, </a>a core component that allows users to send and receive private messages.</p>\n<p>A vulnerability was responsibly disclosed to the BuddyPress team that could allow members to manipulate a failed private outbound message and inject unexpected output to the browser. The vulnerability was reported by Krzysztof Katowicz-Kowalewski.</p>\n<p>In addition to the first vulnerability, the BuddyPress core development team independently discovered and fixed related vulnerabilities with the messages component that could allow for carefully crafted private message content to be rendered incorrectly to the browser.</p>\n<p>BuddyPress 2.3.3 also fixes a couple of bugs in the 2.3 codebase and improves support for backend changes made in WordPress 4.3. To protect your sites from these vulnerabilities, you should perform a full backup and <strong>update BuddyPress as soon as possible</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, 28 Aug 2015 06:27: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: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:62:\"WPTavern: Theme Review Team Begins Phasing Out Favicon Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/theme-review-team-begins-phasing-out-favicon-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2148:\"<p>One of the main features in WordPress 4.3 are Site Icons. A <a href=\"http://wptavern.com/wordpress-4-3-adds-new-site-icons-feature-and-a-text-editor-to-press-this\">Site Icon</a> is an image that represents a website across multiple platforms and replaces Favicons. With Site Icons in WordPress core, the WordPress Theme Review team is <a href=\"https://make.wordpress.org/themes/2015/08/28/backward-compatible-faviconsicons/\">phasing out the feature</a> in existing themes hosted in the theme directory.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/site-icon-customizer.png\"><img class=\"size-full wp-image-47808\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/site-icon-customizer.png?resize=1010%2C568\" alt=\"Site Icons in The Customizer\" /></a>Site Icons in The Customizer\n<p>Justin Tadlock, a theme review admin, <a href=\"https://make.wordpress.org/themes/2015/08/28/backward-compatible-faviconsicons/\">published a tutorial</a> that explains how to provide a backwards compatible experience.</p>\n<p>According to Tadlock, the easiest method is to check if the <code>has_site_icon()</code> function exists. This tells you if the user is running WordPress 4.3 and has the site icon feature available.</p>\n<p>You can also check if the user has set up a new icon using the core WordPress feature by using the <code>has_site_icon()</code> conditional tag which returns either <code>TRUE</code> or <code>FALSE</code>.</p>\n<p>Here’s some example code from the tutorial you can use to handle the check:</p>\n<pre><code>if ( ! function_exists( \'has_site_icon\' ) || ! has_site_icon() ) {\n\n // Output old, custom favicon feature.\n}</code></pre>\n<p>For additional information, I encourage you to read<a href=\"http://scratch99.com/wordpress/development/backwards-compatibility-site-icons/\"> Stephen Cronin’s post</a> which goes into more detail.</p>\n<p>The Theme Review Team enforces a guideline where features added to core are phased out of themes within two major releases. By the time WordPress 4.5 is released, theme authors will be able to remove legacy code without disrupting the user experience.</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, 28 Aug 2015 05:05: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:\"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: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:63:\"WPTavern: WordPress Community Summit Set for December 2-3, 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-community-summit-set-for-december-2-3-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2007:\"<p>The <a href=\"https://2015.us.wordcamp.org/2015/08/26/2015-wordpress-community-summit-dates-announced/\">WordPress community summit</a> will take place on December 2-3, 2015, in Philadelphia, PA two days before WordCamp US. The summit will be held at <a href=\"http://philadelphia.impacthub.net/\" target=\"_blank\">Impact Hub Philadelphia</a>, a co-working space where freelancers, entrepreneurs, and social innovators work together, share ideas, and build networks.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/ImpactHub.jpg\"><img class=\"size-large wp-image-47931\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/08/ImpactHub.jpg?resize=500%2C333\" alt=\"inside Impact Hub\" /></a>Inside Impact HubImpact Hub is spacious and has dedicated meeting and conference rooms. According to the announcement, the summit is invite only similar to last year’s event at WordCamp San Francisco:</p>\n<blockquote><p>The WordPress Community Summit is a smaller, invite-only event for active members and contributors on the many teams that work to improve WordPress: Core, Design, Mobile, Accessibility, Support, Polygots, Documentation, Themes, Plugins, Community, Meta, Training, Flow and TV .</p></blockquote>\n<p>A survey or application form will soon be published which will result in a pool from which the attendees will be invited.</p>\n<p>The summit is a rare opportunity for members of various contributor teams to focus and work together in the same physical location.</p>\n<h2>Annual WordPress Survey</h2>\n<p>If you use, build, or make a living with WordPress, please take the <a href=\"http://wp-survey.polldaddy.com/s/wp-2015\">annual survey</a>. Results will be shared during Matt Mullenweg’s State of the Word presentation at WordCamp US. The more people who fill out the survey, the more representative the data will be.</p>\n<p>Watch Mullenweg’s State of the Word presentation from 2014 to see results from the previous survey.</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:\"Thu, 27 Aug 2015 21: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: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:68:\"WPTavern: Stream Is Shutting Down Its Cloud Data Storage October 1st\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/stream-is-shutting-down-its-cloud-data-storage-october-1st\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3977:\"<p>Stream 3 is <a href=\"https://wp-stream.com/introducing-stream-3/\">available for download</a> and includes some significant improvements. Stream is a WordPress plugin that tracks changes to a site similar to an audit trail. When <a href=\"http://wptavern.com/stream-morphs-from-a-plugin-into-a-service\">version two was released</a> nearly a year ago, it morphed from a plugin to a service. Activity logs were stored in the cloud which lessened the amount of resources used on local webservers.</p>\n<p>Version three will no longer store data in the cloud. Instead, it will store activity logs locally. The cloud service provided by Stream 2 is closing on <strong>October 1st</strong>. This gives users a little more than a month to migrate data from the cloud to their local webserver.</p>\n<h2>The Cloud is Expensive</h2>\n<p>Luke Carbis, lead developer of Stream, says the time frame was chosen based on a number of factors, “We chose a 6 week migration window as a balance between bleeding cash and doing the right thing by our users.</p>\n<p>“It’s also helpful to remember that the vast majority of our users are on a Free plan, which only includes 12 weeks of storage. We are monitoring the accounts of each of our paid users and I’m personally making sure that every one of them has migrated,” Carbis told the Tavern.</p>\n<p>The move away from the cloud is largely based on cost. The majority of Stream’s customers signed up to the free plan with a significant lack of interest in the Pro Subscription. Server costs were also higher than expected.</p>\n<h2>XWP to The Rescue</h2>\n<p>With a lack of income from Stream 2 and acquisition talks failing, Carbis was contracted to do outside work leaving Frankie Jarrett the only person working on the project. Stream’s investor decided to pull the plug on the project at the same time Jarrett decided to resign from the company.</p>\n<p>“When I heard that Frankie had resigned I gave him a call. We reminisced on our achievements, and threw around some of our ideas on what could have been. That conversation renewed my inspiration. I jotted down some notes, and that’s when things started to turn around,” Carbis said.</p>\n<p>Members from <a href=\"https://xwp.co/\">XWP</a> stepped in to lend a helping hand and the project is now officially under the XWP umbrella. This allows Stream to remain free and open source. The partnership will also facilitate add-on, connectors, and adapters</p>\n<h2>What’s New in Stream 3</h2>\n<p>Stream 3 is rewritten from the ground up. Activity logs use half the space in the database compared to Stream 2. It supports multisite through the use of Network Admin and uses a dependency injection model to be more extendable and efficient.</p>\n<p>Although Stream 3 includes a variety of improvements two notable features have been removed, Notifications and Reports. If you depend on these features, please <a href=\"https://wp-stream.com/stream-3-faq/\">review the following FAQ</a>.</p>\n<h2>A New Direction</h2>\n<p>Carbis and XWP are taking Stream into a new direction. Stream’s <a href=\"https://github.com/wp-stream/roadmap/\">proposed roadmap</a> is available on GitHub and Carbis encourages users to not only review it, but to contribute to the project’s future, “I’d like to see Stream’s users contribute more to its direction. Contribution isn’t limited to ideas either. If you can design, develop, or translate, please consider <a href=\"http://github.com/wp-stream/stream\">contributing to the Stream project</a>,” he said.</p>\n<p>It will be interesting to see if Stream can regain the momentum it lost after transitioning to a cloud based system to store data. Now that Stream stores activity logs locally again, those in the EU should be able to use it without breaking privacy laws. Stream is <a href=\"https://wordpress.org/plugins/stream/\">available for free</a> on the WordPress plugin directory.</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, 27 Aug 2015 20:17: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: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:35:\"Akismet: Quantifying Reddit Bigotry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.akismet.com/?p=1859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://blog.akismet.com/2015/08/27/quantifying-reddit-bigotry/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1729:\"<p><small><em><strong>Update (2015-08-30): It looks like the team who created the tool decided to retire it due to some reported accuracy concerns.</strong></em></small></p>\n<p>We never pass on the opportunity to mix in a little bit of humor with our passion for web content moderation.</p>\n<p>One of our engineers, Dan Walmsley, participated in <a href=\"http://www.comedyhackday.org/la-2015\">Cultivated Wit’s Comedy Hack Day</a> in Los Angeles last weekend, and his team’s resulting project has since surfaced on <a href=\"http://motherboard.vice.com/read/this-tool-quantifies-reddit-bigotry\">Motherboard</a> and <a href=\"http://www.engadget.com/2015/08/26/reddit-bigotry-check/\">Engadget</a>.</p>\n<p><a href=\"http://www.freeredditcheck.com/\">Free Reddit Check</a>, created by Dan’s team and crowned with the day’s top prize, is a site which attempts to quantify the terribleness of Reddit users based on their public comment content and subreddit participation. While perfectly suited for a hack day which pairs developers and comedians, there is certainly usefulness in determining the respectability of a potential online acquaintance. Or just knowing who to ignore.</p>\n<p>And being obsessed with content analysis, community moderation, and keeping the web’s underbelly in check, we can’t help but think it’s a nifty idea.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1859/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1859&subd=akismet&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, 27 Aug 2015 11: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anthony Bubel\";s: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:63:\"WPTavern: WPWeekly Episode 205 – Interview With Miriam Schwab\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-205-interview-with-miriam-schwab\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2039:\"<p>In this episode of WordPress Weekly, I’m joined by Miriam Schwab, founder and CEO of <a href=\"http://illuminea.com/\">Illuminea</a>, a web development company based in Israel. She’s also on the Steering Board of <a href=\"http://digitaleveisrael.com/\">Digital Eve Israel</a>, one of the leading communities for professional women in Israel to help empower women economically.</p>\n<p>Schwab explains her WordPress origin story, what it’s like to live in Israel, and how active the WordPress community is in her area. She shares her thoughts on the future of WordPress and warns that if it doesn’t improve the user experience, it will drive users away to competing platforms. At the end of the interview, she tells us her favorite plugins that she installs on most of her client sites.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/first-look-at-the-twenty-sixteen-default-wordpress-theme\">First Look at the Twenty Sixteen Default WordPress Theme</a><br />\n<a href=\"http://wptavern.com/sessions-from-buddycamp-brighton-uk-now-available-to-watch-on-wordpress-tv\">Sessions From BuddyCamp Brighton, UK Now Available to Watch on WordPress.tv</a><br />\n<a href=\"http://wptavern.com/ostraining-makes-pods-framework-video-training-series-available-for-free\">OSTraining Makes Pods Framework Video Training Series Available for Free</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 2nd 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 #205:</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, 27 Aug 2015 04:24: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:\"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:66:\"WPTavern: First Look at the Twenty Sixteen Default 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/first-look-at-the-twenty-sixteen-default-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2281:\"<p>WordPress 4.4 is the last scheduled major release of the year and with it will come a new default theme to replace Twenty Fifteen. On the Make WordPress Core site, Tammie Lister <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">published an image gallery</a> that shows off the design of Twenty Sixteen.</p>\n<p>According to Lister, the process of determining the new default theme has taken months, “Lots of themes were considered, eventually settling on the one you see below. It’s a perfect fit,” she said.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/TwentySixteenConcept.png\"><img class=\"size-large wp-image-47898\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/TwentySixteenConcept.png?resize=433%2C500\" alt=\"Twenty Sixteen\" /></a>Twenty Sixteen\n<p>Twenty Sixteen is designed by <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie,</a> who also designed the <a href=\"http://takashiirie.com/2013/12/13/twenty-fourteen-wordpress-3-8-parker/\">Twenty Fourteen</a> and <a href=\"http://takashiirie.com/2015/03/19/twenty-fifteen-the-wordpress-default-theme-for-2015/\">Twenty Fifteen</a> default themes. Irie describes Twenty Sixteen as:</p>\n<blockquote><p>A modernized approach of an ever-popular layout — a horizontal masthead and an optional right sidebar that works well with both blogs and websites. It has custom color options that allow you to make your own Twenty Sixteen. The theme was designed on a harmonious fluid grid with a mobile first approach. This means it looks great on any device.</p></blockquote>\n<p>The new theme has hints of Twenty Fourteen but is different enough to stand on its own as a unique design. It doesn’t look as modern as <a href=\"https://twentyfifteendemo.wordpress.com/\">Twenty Fifteen</a> out-of-the box but the design could change during the 4.4 development cycle.</p>\n<p>If you want to help Twenty Sixteen be the best it can be, please join the weekly meetings held every Monday and Friday at 16:00 UTC in the #core-themes channel on <a href=\"https://make.wordpress.org/chat/\">SlackHQ</a>. The meetings are a half hour-long and start once the theme is initially added to WordPress core.</p>\n<p>What do you think of Twenty Sixteen?</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, 26 Aug 2015 01: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: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:85:\"WPTavern: Sessions From BuddyCamp Brighton, UK Now Available to Watch on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47892\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sessions-from-buddycamp-brighton-uk-now-available-to-watch-on-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:1354:\"<p>Earlier this month, the first <a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton, UK</a> successfully took place. Six speakers presented their sessions from within the venue while four participated remotely. Here’s a break down of the attendees:</p>\n<ul>\n<li>13 Sponsors.</li>\n<li>8 Sessions.</li>\n<li>7 Volunteers.</li>\n<li>6 Speakers plus another 4 via video message.</li>\n<li>33 Attendees.</li>\n</ul>\n<p>The conference featured sessions on the <a href=\"https://brighton.buddycamp.org/2015/session/the-origin-of-buddypress/\">origin of BuddyPress</a>, a <a href=\"https://brighton.buddycamp.org/2015/session/fireside-with-paul-gibbs/\">fireside chat with Paul Gibbs</a>, and <a href=\"https://brighton.buddycamp.org/2015/session/messages-from-contributors/\">messages from BuddyPress contributors</a>.</p>\n<p>Photographs of the event <a href=\"https://brighton.buddycamp.org/2015/photos/\">are available</a> on the official BuddyCamp Brighton website. In addition to photographs, sessions were recorded and are <a href=\"http://wordpress.tv/event/buddycamp-brighton-2015/\">available to watch for free</a> on WordPress.tv.</p>\n<p>In the following video, Gibbs explains the origins of <a href=\"https://buddypress.org/\">BuddyPress</a>.</p>\n<p></p>\n<p>If you attended BuddyCamp Brighton, UK please share your experience 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:\"Wed, 26 Aug 2015 01:11: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: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:82:\"WPTavern: OSTraining Makes Pods Framework Video Training Series Available 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:28:\"http://wptavern.com/?p=47885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/ostraining-makes-pods-framework-video-training-series-available-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:2214:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/pods.jpg\"><img class=\"aligncenter size-full wp-image-40653\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/pods.jpg?resize=628%2C290\" alt=\"pods\" /></a><a href=\"https://www.ostraining.com/\">OSTraining</a>, a site that offers video training for WordPress, Joomla, Drupal, and other technologies <a href=\"https://www.ostraining.com/blog/wordpress/pods/\">announced</a> their <a href=\"http://pods.io/\">Pods Framework</a> video <a href=\"https://www.ostraining.com/courses/class/wordpress/pods/\">training series</a> is now available for free. Steve Burge, founder of OSTraining.com, says offering the video series for free is the result of a partnership with the Pods Framework project.</p>\n<p>“This project came about because the OSTraining and Pods teams bumped into each other on a regular basis. I often ran into Jim True and Josh Pollock from Pods. We met at WordCamps and WordPress meetups in Tampa, Orlando, and Miami, FL.</p>\n<p>“The Pods team explained that they were working on improving their documentation. They started a YouTube series, wrote tutorials, and started the <a href=\"http://wptavern.com/pods-lead-developer-scott-kingsley-clark-launches-friends-of-pods-funding-campaign\">Friends of Pods</a> initiative to support their efforts. Making the videos free is our way of contributing to the Pods project,” Burge told the Tavern.</p>\n<p>Burge recorded the series after using Pods to create the <a href=\"http://appalachiantrail.com/\">Appalachian Trail</a> website. The series provides an introduction to Pods, templates, creating a custom taxonomy, and more. Those interested can view the series on <a href=\"https://www.ostraining.com/courses/class/wordpress/pods/\">OSTraining.com</a> or <a href=\"https://www.youtube.com/watch?list=PLtaXuX0nEZk9dCVMQRmSptuJ6YdVzMkr5&v=4rm95kNxRXg\">YouTube</a>.</p>\n<p>Here’s a look at the first video in the series which introduces viewers to the Pods Framework.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>Although it was created in 2014, the series contains great insight into the project and provides an educational foundation for learning Pods 3.0.</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 Aug 2015 21:20: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:\"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: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:43:\"Alex King: Request: Alex King Rememberances\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/?p=22017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2015/08/24/rememberances\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1445:\"<p>Dear WordPress community,</p>\n<p>My apologies for the selfish and personal nature of this post. I hope you will forgive me given the circumstances. As most of you know, I was <a href=\"http://alexking.org/blog/thread/cancer\">diagnosed with stage 4 colon cancer in 2013</a>.</p>\n<p>One of the things my wife and I are trying to do is put together some information about my career that will hopefully give my 6 year-old daughter a better sense of who I was as an adult. She knows me as “dad”, but when she gets older she’ll be curious about who I was to my peers and colleagues.</p>\n<p>I’ve spent more than a decade in the WordPress community and I’d like to request that you to share a few thoughts or remembrances about me that we can compile and share with her when the time is right.</p>\n<p>If we have crossed paths or if I have managed to do something that you found helpful, I’d love it if you would take a few minutes to write it down and <a href=\"http://alexking.org/contact\">send it to me</a> or my wife: heatherkingcom@gmail.com. If you’re willing to have the story shared publicly, please indicate that accordingly. By default, we will keep everything confidential.</p>\n<p class=\"threads-post-notice\">This post is part of the thread: <a href=\"http://alexking.org/blog/thread/cancer\">Cancer</a> – an ongoing story on this site. View the thread timeline for more context on this post.</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 Aug 2015 21:01: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:4:\"Alex\";s: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:74:\"WPTavern: Step Up Your Game: How to Work With Successful WordPress Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47868\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/step-up-your-game-how-to-work-with-successful-wordpress-clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25388:\"<hr />\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/MarioPeshev.jpg\"><img class=\"alignright size-thumbnail wp-image-47869\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/MarioPeshev.jpg?resize=150%2C150\" alt=\"Mario Y. Peshev\" /></a>This post was contributed by <a title=\"Ryan Hellyer\" href=\"http://geek.ryanhellyer.net/\" target=\"_blank\">Mario Peshev</a>. Mario is the founder and WordPress Architect at <a href=\"http://t.co/p9TnMSFMi2\">DevriX</a> building and maintaining large WordPress-driven platforms. With over 10,000 hours of consulting and training, Mario’s Yin and Yang is his Open Source advocacy and business growth strategy.</p>\n<hr />\n<blockquote><p>Without continual growth and progress, such words as improvement, achievement, and success have no meaning – Benjamin Franklin</p></blockquote>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/StepUpYourGameFeaturedImage.png\"><img class=\"size-full wp-image-47879\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/StepUpYourGameFeaturedImage.png?resize=682%2C281\" alt=\"Step up your game featured image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58522126@N00/430932479\">Stairwell</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>I’ve been a learnaholic for as long as I can remember and when I read the aforementioned quote, it resonates strongly with me. My prelude to WordPress years ago was one of the steps toward improvement and success and I’ve developed a special love-hate relationship with WordPress.</p>\n<p>Utmost admiration about its influence over the world in terms of Open Source and opportunities for various people in different niches, and its plague of being diminished and depreciated by professional developers and successful businesses.</p>\n<p>There are ways to solve these issues as long as the inner circle works towards the same goal.</p>\n<p><strong>Note</strong>: If you are happy building lego type websites with random ThemeForest themes and you see that as your future, this post is not for you. If you love doing the same repeatedly for mom and pop shops, this may not resonate with you. This is applicable to people who want to get better at what they do, be more professional, and make some impact by solving complex problems for larger customers.</p>\n<h2>WordPress For a Better Future</h2>\n<p>In May, I presented at a conference focused on kids and teenagers to motivate them, prepare them for the adult life, and nurture their creativity. Kids these days hardly think about their future, between their teenage emotional dramas and boring homework assignments. If you think about it, how can they be passionate about becoming someone if they have no real idea what they need to know and do on a daily basis?</p>\n<p>I used WordPress as an example of a platform that children can use, one that provides them with the opportunity to develop a talent or passion.</p>\n<p>Using WordPress for homework and general notes (or a diary) could indicate interest in several areas:</p>\n<ul>\n<li>Young bloggers can potentially do creative writing or copywriting.</li>\n<li>Constantly switching themes and playing with colors might open the room to design.</li>\n<li>Adding plugins and trying to implement complex combinations is the first step to programming.</li>\n<li>Sharing posts, looking at analytics and comparing different titles or photos is the way to marketing.</li>\n</ul>\n<p>There are other potential areas of course, but as long as kids can associate with an activity, become passionate about it, and start digging into it, they can save years of slacking, not to mention tens of thousands of dollars on college degrees for specialties they couldn’t care less about.</p>\n<p>This is one of the reasons why more and more people join the WordPress industry and switch boring jobs in order to make a living off of WordPress.</p>\n<h2>What Types Of WordPress Services Exist?</h2>\n<p>The amount of opportunities for WordPress work is incredible but the vast pool of WordPress jobs is so vague and blurry, that hiring and educating talent is out of control.</p>\n<p>I keep an eye on dozens of job boards, portals, and freelance networks. Clients look for Virtual Assistants to get their websites built. They look for expert WordPress developers to apply content changes to their site or web designers to develop complex plugins.</p>\n<p>On a weekly basis I see references to WordPress administrators, programmers, developers, designers, marketers, digital artists, webmasters, VAs, and plenty of other job titles used improperly. As a matter of fact, I’m now fascinated when I see a WordPress related job post or an offer looking for the right type of candidate.</p>\n<p>The great news is that you can do anything with WordPress. The caveat here is that WordPress itself is not a skill. You don’t ask for an Internet expert nowadays and you don’t go to the same doctor when you have a headache or you’ve injured your leg.</p>\n<p>The wide industry of innocent clients and amateur service providers have made it nearly impossible to tell a developer from a marketer, or from a general user who has installed WordPress with an auto-installer twice.</p>\n<h2>The Indecent World of WordPress Experts</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/JobTitleFeaturedImage.png\"><img class=\"size-full wp-image-39089\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/JobTitleFeaturedImage.png?resize=650%2C200\" alt=\"Job Titles Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58871905@N03/5565517971\">I love ’84</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>I’ve read a lot about impostor syndrome in several reputable WordPress blogs, and people keep identifying themselves in the comments. In my opinion, this is a problem so insignificant as compared to the ever-growing pool of people claiming to be WordPress Experts.</p>\n<p>In the last several years, I’ve interacted with people all around the world working with WordPress. From freelancers to successful business owners at conferences, and from beginner virtual assistants to full-stack consultants in social media, blogs and job networks.</p>\n<p>The largest group of service providers that I’ve found is the one of <em>WordPress experts</em>. You can easily substitute expert with specialist, guru, master, ninja and rockstar. Just open a new tab and do a few quick searches in Google, job networks, social media and view the large number of results.</p>\n<p>Next on the list are <em>WordPress developers</em>. A WordPress developer is often described as people who install plugins. There are various possible scenarios, but this is rarely the definition of an actual developer proficient in WordPress.</p>\n<p>Some boards or blogs list specific skills that let you filter by programming language or a separate tool. My latest research with 200 contractors with WordPress developer titles led to 170 people who rate themselves with 4 or 5 out of 5 stars in PHP proficiency, and 30 with 3 stars.</p>\n<p>Out of the 170 people in the first group, 150 were college students, Internet marketers, VAs, and people who have substituted strings in WordPress themes thanks to support forums or help from the Codex. Not a single line of code was written from scratch, let alone building anything, and 4 out of 5 or higher self-assessed their level of PHP experience.</p>\n<p>Tom McFarlin <a href=\"http://tommcfarlin.com/wordpress-developers-programmer-implementer/\">published a post</a> on the difference between a developer and implementer and I wrote an overview defining <a href=\"http://wptavern.com/why-wordpress-job-titles-dont-mean-much-anymore\">various technical skills in the WordPress context</a>. Due to the lack of proper training, any official educational resource or meaningful set of skills per role, both finding talent and improving one’s skills is being challenged.</p>\n<p>I challenge you to interview several successful clients around you who looked for skillful WordPress folks. They either happened to know the right people, were recommended someone, ended up with several freelancers who messed up big time, went AWOL and suddenly took the cash and disappeared, couldn’t deliver, or they did and the site is incredibly slow and/or got hacked soon thereafter.</p>\n<p>That’s sending serious businesses away and I won’t touch the topic of under pricing services and products which brings the quality and support way down.</p>\n<p>What motivates people to use a reliable resource in order to grow? The WordPress Foundation, nor any of the big players provide official training curriculum, and a definition for formal roles. There is no WordPress certification program (I won’t get into that to avoid unnecessary discussions), and there are no clear paths for requirements.</p>\n<h2>The WordPress Community is Filled with Amateurs</h2>\n<p>As a result, our community is a large group mostly composed of amateurs who started using WordPress one way or another. These people started earning money and reached a point where they don’t know where they stand, what they’re proficient in, if they’re doing fine, whether they’re experts, impostors, or somewhere in the middle, and what would be helpful to them?</p>\n<p>We still use FTP and work with PHP 5.2-supported hosts. The most popular theme marketplaces provide products with broken and inconsistent code. The WordPress.org plugin repository accepts plenty of plugins with suspicious consistency and compatibility.</p>\n<p>None of these issues are recognized publicly in the WordPress community. Some hosts prohibit SSH and allow solely FTP. PHP 5.2 will be supported by Core for a while, which doesn’t motivate hosts to upgrade. Marketplaces earn millions from their top sellers, so they’re not interested in quickly bringing up quality as long as poorly coded themes sell well. There’s also no formal constantly reviewed plugin repository for high quality plugins and no one is actively backing this idea up.</p>\n<p>If you read the last paragraph as a rant, it’s because it is. It’s meant to be a “wake up call” to clients who don’t know better and service providers who want to become better. While the WordPress Core itself is incredibly stable and flexible, the rest of the infrastructure is mostly poorly coded due to under pricing, lack of skills, and lack of more successful clients interested in backing up WordPress teams and consultants.</p>\n<p>There are different kinds of people and plenty of applications of WordPress. Whatever you do, it’s your professional duty to offer the right type of service instead of misleading your clients, and be aware of the other pertinent verticals. Moreover, it’s the only way forward working with reputable organizations and large profitable corporations.</p>\n<h2>What is a Successful Client?</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/SuccessFeaturedImage.png\"><img class=\"size-full wp-image-32204\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/SuccessFeaturedImage.png?resize=636%2C278\" alt=\"Success Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/seeveeaar/2035597695/\">seeveeaar</a> – <a href=\"http://creativecommons.org/licenses/by-nd/2.0/\">cc</a>\n<p><a href=\"http://prestigeconf.com/\">Prestige Conference</a> happened a few weeks ago, and Shane Pearlman from <a href=\"https://tri.be/\">Modern Tribe</a> shared his experience in a presentation entitled, Land the Big Fish: Strategies Acquiring Larger Clients. It’s a motivational talk that outlines different strategies on negotiating and landing larger customers.</p>\n<p>During the Q&A at the end of the session, Pearlman is asked, “What’s in it for me to go through all of that headache to procure bigger brand names?”</p>\n<p>As I stated at the beginning, working with successful clients is not for everyone. Some people are afraid to leave their comfort zone. Others are too lazy to learn new skills or sometimes doing the same thing repeatedly may be their perfect job. For every other entrepreneur or business player, successful clients are exciting.</p>\n<p>Each small change is magnified when working with successful clients. Usually, they have a lot of employees, a solid budget for marketing and advertising, a lot of traffic, and various complex requirements that help them attract more leads or automate their processes. T</p>\n<p>hey are often respectable and have access to more capital. This allows them to invest more since their return of investment is worth it; while taking a risk due to saving a few bucks could very well ruin their reputation and harm their business. There are several examples of products or companies in the WordPress community that were hacked or where updates caused major issues.</p>\n<p>Working with successful clients is extremely rewarding and exciting, but getting there requires ace skills and solid experience, as well as the right mindset.</p>\n<h2>How to Target Successful Clients</h2>\n<p>Based on my experience with banks, telecoms, automotive, airline brands, large educational institutions and media outlets over the last 12 years as a developer and a technical lead, there are several specific areas where courageous WordPress freelancers and small business owners can focus on if they are aiming for growth and successful clients, but aren’t there yet.</p>\n<p>I have identified some steps for <a href=\"http://www.wpelevation.com/2015/08/8-steps-to-move-from-freelancer-to-successful-company/\">moving from a freelancer to a successful company</a>. Here is what we should focus on in the WordPress context in order to step up our game, understand our industry better, and start acting professionally if we want to be taken seriously.</p>\n<h2>WordPress is a Vague Term</h2>\n<p>Being a WordPress Expert says nothing. You may be a lead developer of WordPress or someone who can memorize the order of all submenus under Settings in the admin dashboard. Both are classified as WordPress experts and that’s what many people don’t realize.</p>\n<p>Specialize in a given niche and polish your skills. Focus on a specific group of projects – membership websites, eCommerce stores, multisite installs. Become a know-it-all professional for an extensible plugin such as, BuddyPress, Gravity Forms, or Easy Digital Downloads.</p>\n<p>Understand the value you are providing and what it corresponds to. Be respectful to the broad community of professionals in your area, learn from them, ask them to be your mentors. Even the best athletes and CEOs have coaches, business mentors, and boards of directors. Find out what it is that you do whether it’s design, development, marketing, or something else and learn the skill inside and out.</p>\n<h2>WordPress Installments Don’t Matter</h2>\n<p>Plenty of people offer WordPress services as an add-on to their portfolio of other services without realizing the impact it has on the business. While WordPress is used for plenty of purposes, it’s still a technical platform that comes with its own specific set of requirements.</p>\n<p>Imagine what will happen if:</p>\n<ul>\n<li>You set up a vulnerable plugin that is exploited and your client’s password is stolen, along with their private details.</li>\n<li>You forget to protect the media uploader and the client uploads sensitive data. Scanned images of contracts and ID cards end up in the public space.</li>\n<li>Your sitemap plugin indexes protected data since you used a plugin that doesn’t work.</li>\n<li>You set up a site and sell it to a client, and due to the terrible choice of plugins, the site crashes miserably and kills the server during a demonstration in front of their big clients.</li>\n</ul>\n<p>Its a small list of what ifs, but they happen all the time. If you don’t possess the skills or offer the wrong service, this could damage your client’s business. Upping your game and providing solutions instead of websites allows you to take care of the infrastructure, maintenance work, support, development, security, marketing of the project.</p>\n<p>At the very least, be aware of the consequences and partner up with other agencies and consultants. Complete packages are what successful clients look for and inexperienced people often mess up what others have built.</p>\n<h2>WordPress Expert Skills Won’t Cut It</h2>\n<p>Successful clients look for professional skills. They have real problems that can’t be solved with yet another plugin, and they are smart enough to know that.</p>\n<p>If you are in the business of configuring themes and installing a few plugins for clients, that won’t do it for successful customers. You need to specialize in code, design, user experience, marketing, or something else that brings real value to them.</p>\n<p>Large clients are looking for state of the art designs, performant and secure code, brilliant marketing skills, and growth hacking strategy. Large clients are successful because they are outstanding at what they do, the services they offer, and they appreciate high quality.</p>\n<h2>Context-Specific WordPress Solutions</h2>\n<p>Large organizations take their marketing presence and technical stack seriously. They carefully delegate based on multiple factors. Being in a meeting with a large client typically means discussing a use case together with several people such as, a creative director, VP of marketing, network engineer, and project manager.</p>\n<p>In addition to being skillful in your niche and ready to provide value, you have to learn the business processes of your target client. Your idea of a solution may be applicable for small sites, but it may very well be a bad fit based on the company policy or the variety of services used by the team.</p>\n<p>As an example, a creative director may require you to prepare your theme to be ADA Section 508 compliant, which is an accessibility standard required by certain organizations. The VP of marketing may ask for a Hubspot integration with Cvent within your website for proper CRM and meeting request management.</p>\n<p>The network engineer could outline that they need to host the solution on-site, and set up a specific set of web application firewalls and internal web server security rules restricting certain process callbacks. The project manager might share a complicated timeline based on the organization load, holiday schedule, decision maker’s availability, conferences, and various deliverables that need to be presented by different people and other third-parties.</p>\n<p>All of the above are things that we’ve been asked for over the past few months. If you are used to working with a specific host using Apache, prepare for writing documentation and shipping to a restricted server running HHVM. If you use a framework that isn’t accessible, you will need to step back, explore the Section 508 standards, and build something compatible.</p>\n<p>Generic solutions are often not the right fit for large clients. But if you’re determined to learn more and become a better professional, that’s the perfect challenge for you.</p>\n<h2>Solving More Complex Problems</h2>\n<p>In addition to being able to adjust to different environments, working with large clients means solving more complex problems.</p>\n<p>If a mom and pop shop is somewhat broken or down, it’s probably not a big deal if their site receives 100 visits per month. But for a project with tens of millions of views a month and thousands of concurrent users, it is unacceptable.</p>\n<p>Working on larger and heavy platforms often means dealing with a lot of data, complex relationships, and solid traffic. This means that every single line of your code and business decision will inevitably impact the entire system in a way visible to hundreds of thousands of people.</p>\n<p>In order to be able to cope with these, you should study your specialty in detail and understand what the impact is of every single change. These skills increase your value and let you face similar challenges and solve problems that the majority of beginners can’t even imagine.</p>\n<p>You will learn a lot about the entire stack, and get to know hundreds of different rules. At some point you will voluntarily violate those rules, being aware of the fact that some design patterns and best practices don’t solve specific problems. It’s better to denormalize a database or minify a compression algorithm in order to solve a business problem for a large platform.</p>\n<p>It’s just as they say at a music college – you learn the music theory for three years, and then you throw everything away and start playing jazz. You need to know the entire architecture and strategy first in order to decide how to optimize it in the best possible manner, whether it’s using a best practice or violating one for a specific purpose.</p>\n<h2>Teaming Up</h2>\n<p>If you have worked solo or in a small team, you will eventually need to partner up or grow. Either way, large projects are time consuming and require different expertise, and it’s unthinkable for one to know it all. Therefore, you will work with other professionals from more industries, team up and solve more complex problems together, and learn more about their challenges.</p>\n<p>If you have thought about mastering a single skill, teaming up with the right people will add a few more skills as an extra perk, which will increase the potential of your main skill as well. Working with financial analysts on a project for a bank helped me to understand the entire model of loans and mortgages, as well as the internal banking policy.</p>\n<p>This allowed me to learn how loans and interests work in different cases and get acquainted with standardized security regulations at companies in the financial field.</p>\n<h2>Security Concerns</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/05/HelloSecurityFeaturedImage.png\"><img class=\"size-full wp-image-44224\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/05/HelloSecurityFeaturedImage.png?resize=688%2C368\" alt=\"Hello Security Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/8264582@N06/3383392046\">Two Locks</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Data privacy and security are important topics that people often misjudge. Working with large clients means more responsibility and higher impact in case of a problem. In the process of building a solution or consulting a reputable organization, you will most likely have to comply with various security policies.</p>\n<p>While some of them may seem unnecessary, there is a reason they exist. The more familiar you are with them, the better it is for you, your clients, and future endeavors. If you’re not using VPNs, SSH keys, two-factor authentication, or voice recognition IDS, this may be a good lesson for you. Why are they needed, what problems do they solve, and how can you apply them to your personal data and existing set of clients?</p>\n<h2>Organization and Accountability</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/BrainyQuote1.jpg\"><img class=\"size-full wp-image-47877\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/BrainyQuote1.jpg?resize=620%2C400\" alt=\"BrainyQuote\" /></a>BrainyQuote\n<p>In order to be helpful to large businesses as a consultant, or an agency, you need to be reliable. This may be a result of a number of testimonials, successful track record at previous companies or a good portfolio. It’s always challenging to start with large customers, so improving your skills and working hard in order to become valuable is important.</p>\n<p>Being organized and process-oriented is essential to most reputable organizations. The majority of them are more conservative and operate slowly, since a minor mistake could cost them millions or more.</p>\n<p>They rely on detailed specifications, scope of work documents, use case diagrams, UX mockups/wireframes, E/R diagrams, and a large list of documents. They include every single detail in their planning – from holidays for each member of their team, to different dependencies from other service providers and third-party members.</p>\n<p>Successful clients have managed to build a process and scale it in a way that grows their revenue in a predictable way. In order to be able to handle large projects, you need to treat them as a small project that takes longer to complete.</p>\n<p>Learn how to use a project management system and version control properly, define your pricing strategy, make sure to predict all of the delays for both communication and payments. Learn how large organizations operate and do your due diligence upfront in order to avoid surprises.</p>\n<p>Don’t take anything for granted and don’t assume anything. The more confident you are, the higher the possibility of making a major mistake. There are always new automatic deployment strategies or a DevOps service you haven’t heard of, another massive CSS3 grid, or a growth hacking strategy that you haven’t explored.</p>\n<p>The more challenges you face, the more you’ll learn, and be able to solve complex problems.</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 Aug 2015 18:42: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: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:35:\"Alex King: Personal 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=21662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://alexking.org/blog/2015/08/22/personal-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2188:\"<p>I’ve forked the FavePersonal theme to release a few changes that I’ve made to it for my own site.</p>\n<ol>\n<li>An improved Gallery feature, including support for WordPress shortcode galleries. If you’re uploading photos directly to your gallery post, you can use drag and drop to set the order for them now.</li>\n<li>The Post Formats admin UI is now responsive and works great on mobile devices.</li>\n<li>Remove the Social plugin from the theme (requested by WP.org) – it can still be installed separately.</li>\n<li>Make tons of misc. code changes to match new coding standards vs. previous coding standards (and pass the theme check).</li>\n</ol>\n<p><img src=\"http://alexking.org/wp-content/uploads/2015/08/maine-gallery-510x469.png\" alt=\"Gallery\" width=\"480\" height=\"441\" class=\"alignnone size-medium-img wp-image-22028\" /></p>\n<p>I was originally hoping to have the modified theme hosted on WordPress.org but after weeks of waiting for review, they responded that features of the theme like <a href=\"https://themes.trac.wordpress.org/ticket/24520#comment:4\">choosing colors and post formats</a> should be done in separate plugins instead. This makes no sense to me as these are core features of the theme, but happily there are great places like <a href=\"https://github.com/alexkingorg/wp-personal\">GitHub</a> that will host the project for us.</p>\n<p>The Personal theme is quite assuredly <a href=\"https://www.google.com/webmasters/tools/mobile-friendly/?url=alexking.org\">mobile-friendly</a>, which makes it a great fit for the importance Google’s is placing on mobile-friendly sites lately.</p>\n<p>You can download from the <a href=\"https://github.com/alexkingorg/wp-personal/releases\">releases page</a> on GitHub or, for you technically minded, grab the reop with git. Just make sure to also grab the submodules.</p>\n<p><code>git clone git@github.com:alexkingorg/wp-personal.git<br />\ncd wp-personal<br />\ngit submodule update --init --recursive</code></p>\n<p class=\"threads-post-notice\">This post is part of the project: <a href=\"http://alexking.org/project/personal\">Personal Theme</a>. View the project timeline for more context on this post.</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 Aug 2015 19: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s: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:80:\"WPTavern: WordCampus a Conference Devoted to Using WordPress in Higher 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordcampus-a-conference-devoted-to-using-wordpress-in-higher-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1861:\"<p>Higher education is a subject that <a href=\"http://wordpress.tv/?s=education\">some WordCamps</a> have tackled over the years, but what if there was an event entirely devoted to it? That’s the idea <a href=\"http://bamadesigner.com\">Rachel Carden</a> is proposing with <a href=\"http://wpcampus.org/\">WordCampus</a>. The idea started off as a tweet but quickly gained momentum with others in the community.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Ooh. Dream with me: \"<a href=\"https://twitter.com/hashtag/WordCampus?src=hash\">#WordCampus</a>: A WordCamp for folks using <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> in Higher Education.\" I like it. <a href=\"https://twitter.com/hashtag/heweb?src=hash\">#heweb</a> <a href=\"https://t.co/m1zEkpkP4B\">https://t.co/m1zEkpkP4B</a></p>\n<p>— Rachel Carden (@bamadesigner) <a href=\"https://twitter.com/bamadesigner/status/628324358126235648\">August 3, 2015</a></p></blockquote>\n<p></p>\n<p>WordCampus is an event that would cover topics such as, how to manage a large-scale network of faculty blogs, abiding by FERPA regulations, or how to best implement single sign-on that integrates with Active Directory.</p>\n<p>Carden <a href=\"https://poststatus.com/wordpress-higher-ed-conference-wordcampus/\">outlines her idea in detail</a> on Post Status and says that even though camp is in the event’s name, it doesn’t imply that it would be an official WordCamp event. She’s also open to organizing an event not affiliated with the WordPress Foundation.</p>\n<p>If you’re interested in speaking, sponsoring, or attending WordCampus, please <a href=\"http://wpcampus.org/\">fill out the survey </a>and help spread the word. The more interest Carden generates, the more likely it is that the WordPress Foundation will back the 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:\"Thu, 20 Aug 2015 19:40: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:\"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:51:\"WPTavern: What Do You Want to See in WordPress 4.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:28:\"http://wptavern.com/?p=47850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/what-do-you-want-to-see-in-wordpress-4-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:1220:\"<p>Scott Taylor, who is <a href=\"http://wptavern.com/wordpress-core-team-announces-release-leads-for-wordpress-4-3-and-4-4\">leading the development cycle</a> for WordPress 4.4, <a href=\"https://make.wordpress.org/core/2015/08/19/wordpress-4-4-whats-on-your-wishlist/\">published a post</a> on the Make WordPress Core site asking people what they’d like to see in WordPress 4.4. The post has generated a number of comments from the community. Some of the most popular suggestions include:</p>\n<ul>\n<li>REST API</li>\n<li>Fields API</li>\n<li>Term Meta</li>\n<li>Shortcake UI</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/31467\">Ticket 31467</a> Images should default to not linking</li>\n<li>RICG Responsive Images</li>\n<li>Posts 2 Posts</li>\n</ul>\n<p>Most of the items suggested are at various stages of development and there’s no guarantee any of them will make it into WordPress 4.4. However, the comments provide insight into what a lot of developers want in WordPress.</p>\n<p>If there’s a ticket, feature, or plugin you’d like to see in WordPress 4.4, please <a href=\"https://make.wordpress.org/core/2015/08/19/wordpress-4-4-whats-on-your-wishlist/\">leave a comment</a> on the post.</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 Aug 2015 18:16: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:\"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: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:60:\"WPTavern: WPWeekly Episode 204 – Overview of WordPress 4.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:28:\"http://wptavern.com/?p=47844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-204-overview-of-wordpress-4-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:2272:\"<p>In this week’s episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I review WordPress 4.3. We discuss the Kim Parsell memorial scholarship and the events that led to its creation. We also discuss Nick Haskins’ rebrand of Lasso. Last but not least, we spread the news that Automattic is hiring.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-3-billie-named-after-jazz-singer-billie-holiday-is-available-for-download\">WordPress 4.3 “Billie” Named After Jazz Singer Billie Holiday Is Available</a><br />\n<a href=\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\"> The WordPress Foundation Begins Accepting Applications for the Kim Parsell Memorial Scholarship</a><br />\n<a href=\"http://wptavern.com/nick-haskins-rebrands-lasso-to-editus\"> Nick Haskins Rebrands Lasso to Editus</a><br />\n<a href=\"https://automattic.com/work-with-us/\">Automattic is Hiring</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-remote-multisite-post/\">WP Remote Multisite Post</a> allows for advanced remote posting from a WordPress master site to many WordPress client sites using XML-RPC.</p>\n<p><a href=\"https://wordpress.org/plugins/fb-group-feed/\">FB Group Feed</a> is a plugin to display Facebook group posts or a feed on your site in a post or a widget.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-webinarsystem/\">WP Webinar System</a> allows you to run webinars within your WordPress website and customize everything around it.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 26th 4: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\">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 #204:</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 Aug 2015 17:28: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: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:105:\"WPTavern: The WordPress Foundation Begins Accepting Applications for the Kim Parsell Memorial Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47835\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2885:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsell.png\"><img class=\"size-full wp-image-36619\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsell.png?resize=655%2C418\" alt=\"WordCamp San Francisco 2014 By Sheri Bigelow\" /></a>WordCamp San Francisco 2014 By Sheri Bigelow\n<p>Earlier this year, the WordPress Foundation <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">created a scholarship</a> in memory of <a href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">Kim Parsell</a> to celebrate her life and contributions to WordPress. With the date and location secured for <a href=\"http://wptavern.com/philadelphia-pa-to-host-wordcamp-us-december-4th-6th\">WordCamp US</a>, applications for the scholarship are now <a href=\"http://wordcampcentral.polldaddy.com/s/kim-parsell-scholarship-application\">being accepted</a> by the Foundation.</p>\n<p>Details of the scholarship are as follows:</p>\n<ul>\n<li>It is a scholarship for a woman contributor with financial need who has never attended WordCamp San Francisco before.</li>\n<li>It will cover the ticket cost, flight, and lodging.</li>\n<li>It will not cover things like taxis, meals outside the official event, or airport transportation.</li>\n<li>One scholarship is awarded per year.</li>\n<li>It is funded by the WordPress Foundation.</li>\n<li>The application deadline is September 2, 2015.</li>\n<li>A decision will be made by September 16, 2015, and applicants contacted.</li>\n</ul>\n<p>Because of the nature of this scholarship <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">explained here</a>, applicants must fulfill four requirements.</p>\n<ol>\n<li>A woman (this includes trans women)</li>\n<li>An active contributor to the WordPress open source project (through one of the contributor teams or as a local meetup/WordCamp organizer)</li>\n<li>Someone with financial need</li>\n<li>Someone who has never attended WordCamp San Francisco (the precursor to WCUS).</li>\n</ol>\n<p>Kim was an older woman who encouraged others, especially women around the same age group to get involved with WordPress. In light of this, older women are highly encouraged to apply for the scholarship if you meet the other requirements.</p>\n<p>Kim once told me that attending WordCamp San Francisco 2014 was one of the best experiences of her life. It was her first WordCamp San Francisco and although she was unemployed at the time, she was able to attend thanks to financial assistance received from the <a title=\"http://wordpressfoundation.org/\" href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>.</p>\n<p>Thank you to Jen Mylo, the WordPress Foundation, and Matt Mullenweg for not only creating the scholarship, but for providing the opportunity for others to potentially have the same experience.</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 Aug 2015 20:18: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:\"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:73:\"WPTavern: Hybrid Core 3.0 Experiments With Community-driven 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/hybrid-core-3-0-experiments-with-community-driven-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2762:\"<p>Hybrid Core 3.0, developed by Justin Tadlock, is <a href=\"http://themehybrid.com/weblog/hybrid-core-version-3-0-mr-reynolds\">available for download</a>. More than a year in the making, 3.0 has over 269 commits and a slew of new features.</p>\n<p>After the release of Hybrid Core 2.0 last year, Tadlock assumed it would be at least two years before he tackled another major release, “I’d planned on doing minor and patch releases for a while, all along building themes,” he said.</p>\n<p>“However, a lot has changed in the theming world in just the past year. WordPress has added a lot of cool features for theme authors that were previously handled by Hybrid Core,” Tadlock said.</p>\n<p>Tadlock wants the project to feel fresh and one way to do that is to remove features that are handled natively by WordPress. Features removed from Hybrid Core include:</p>\n<ul>\n<li>Atomic hooks functionality.</li>\n<li>Random Custom Background extension.</li>\n<li>Featured Header extension.</li>\n<li>Cleaner Caption extension (handled in WP).</li>\n<li>Loop title/description (replaced by WP).</li>\n<li>Pagination (replaced by WP).</li>\n</ul>\n<p>It’s clear that the <a href=\"https://make.wordpress.org/core/2015/06/09/trust-live-preview-and-menus-in-the-customizer/\">customizer in WordPress is here to stay</a> and will be an important part of the project’s future. Hybrid Core 3.0 adds a variety of enhancements that make the customizer more flexible, these include:</p>\n<ul>\n<li>Color Palette.</li>\n<li>Multiple Checkbox.</li>\n<li>Dropdown Terms.</li>\n<li>Layout.</li>\n<li>Radio Image.</li>\n<li>Select Group.</li>\n<li>Multiple Select.</li>\n</ul>\n<p>There’s also a few customizer setting classes:</p>\n<ul>\n<li>Array Map.</li>\n<li>Image Data.</li>\n</ul>\n<h2>Tadlock Experiments with Community-driven Documentation</h2>\n<p>One of the largest changes to the Hybrid project is opening up documentation to be community-driven. The <a href=\"https://github.com/justintadlock/hybrid-core/wiki\">Hybrid Core wiki</a> hosted on Github is now open to contributions from the community.</p>\n<p>Tadlock believes that this will drive adoption of the framework by more theme authors, “The more developers we have using and contributing to the project, the better,” he said.</p>\n<p>If the community responds well to the experiment, it will allow Tadlock to focus on longer-form tutorials for club members, something he feels he’s better at doing than reference style documentation.</p>\n<p>Hybrid Core 3.0 includes a number of features, bug fixes, and improvements. If you want to see all of the changes in 3.0, check out the <a href=\"https://github.com/justintadlock/hybrid-core/blob/master/changelog.md\">lengthy 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, 19 Aug 2015 19:38: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: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:32:\"Matt: 1.6m Downloads in 23 Hours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2015/08/1-6m-downloads-in-23-hours/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p></p>\n<p>23 hours hours ago, WordPress 4.3 was released. <a href=\"https://wordpress.org/download/counter/\">It’s already had 1.6 million downloads and counting</a>. For a look at what’s new in this version you can watch the quick video above, or <a href=\"https://wordpress.org/news/2015/08/billie/\">check out the blog post</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 Aug 2015 18:01: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: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: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:101:\"WPTavern: WordPress 4.3 “Billie” Named After Jazz Singer Billie Holiday Is Available for Download\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/wordpress-4-3-billie-named-after-jazz-singer-billie-holiday-is-available-for-download\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10229:\"<p>After four months of development led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, WordPress 4.3 “Billie” named after jazz singer <a href=\"http://www.billieholiday.com/\">Billie Holiday</a>, is <a href=\"https://wordpress.org/news/2015/08/billie/\">available for download</a>. This release features menus in the customizer, strong passwords by default, site icons, and variety of other improvements.</p>\n<p></p>\n<p></p>\n<h2>Menus in the Customizer</h2>\n<p>You can now create, add, and edit menus in the customizer while previewing changes to your site in real-time. Unlike other parts of the customizer, previewing menus should be fast as it uses a new hybrid transport layer. Weston Ruter, who contributed to fast previews in the customizer <a href=\"https://make.wordpress.org/core/2015/07/29/fast-previewing-changes-to-menus-in-the-customizer/\">explains the approach</a>.</p>\n<blockquote><p>We also wanted to enable fast previewing of menu changes by default. So we implemented a <code>postMessage</code>/<code>refresh</code> hybrid approach which uses <code>postMessage</code> to sync the menus settings to the preview, and then the preview does an Ajax request to render just the contents of the menu container, and this Ajax response is then inserted into the DOM to replace the previous menu container. The technical name for this approach we have been calling ‘partial refresh’, but you can call it fast preview.</p></blockquote>\n<p>In general, previewing menus in most themes should be a fast experience.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/menu-customizer.png\"><img class=\"size-full wp-image-47806\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/menu-customizer.png?resize=1010%2C568\" alt=\"Menu Customizer\" /></a>Menu Customizer\n<h2>Strong Passwords by Default</h2>\n<p>Mark Jaquith <a href=\"https://make.wordpress.org/core/2015/07/28/passwords-strong-by-default/\">led the effort</a> to improve the way passwords are chosen and changed in WordPress. On the account management page, clicking the Generate Password button generates a strong password by default. The password strength meter is better integrated into the password field which lets users know immediately when their password is weak.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/better-passwords.png\"><img class=\"size-full wp-image-47807\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/better-passwords.png?resize=1010%2C568\" alt=\"Better Passwords in WordPress\" /></a>Better Passwords in WordPress\n<p>The same interface is on the add new user screen, the password reset screen, and the WordPress install screen. While WordPress doesn’t require users to have a strong password, it does everything it can to encourage users to choose one.</p>\n<p>In addition, WordPress no longer emails passwords and password reset links expire after 24 hours. When your password or e-mail changes, WordPress sends you an email so if someone hijacks your browser session and changes these items, you’ll be notified that it happened, and you can take action. You can disable these e-mails via the <code>send_pass_change_email</code> and <code>send_email_change_email</code> filters by setting them to false.</p>\n<h2>Site Icons</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-3-adds-new-site-icons-feature-and-a-text-editor-to-press-this\">Site Icons</a> are images that represent a website across multiple platforms. You can configure your Site Icon in the Site Identity panel within the customizer where you can upload a 512X512 sized image. This image will be used for browsers, iOS, Android, and Microsoft devices when a visitor bookmarks your site.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/site-icon-customizer.png\"><img class=\"size-full wp-image-47808\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/site-icon-customizer.png?resize=1010%2C568\" alt=\"Site Icons in The Customizer\" /></a>Site Icons in The Customizer\n<h2>Text Patterns, Quick Link Toolbar, and Word Count Changes</h2>\n<p>The editor in WordPress 4.3 has <a href=\"http://wptavern.com/text-patterns-and-the-quick-link-toolbar-in-wordpress-4-3\">undergone more improvements</a> with text shortcuts, a quick link toolbar, and word count changes. Text patterns or text shortcuts allow you to quickly add unordered lists, ordered lists, headers, and blockquotes without having to use a mouse.</p>\n<p>When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.</p>\n<p>In the visual editor in WordPress 4.3, typing <code>*</code> or <code>-</code> and hitting the space bar will generate a bulleted list. Typing <code>1. </code> or <code>1)</code> and hitting space will generate a numbered list. If you don’t want to create these lists or do so in error, clicking the undo button or hitting <code>ctrl/cmd+z</code> or <code>esc</code> will undo the text pattern.</p>\n<p>Starting a paragraph with two to six number signs <code>#</code> will convert the paragraph to a heading. Similarly, the greater-than symbol <code>></code> will convert the paragraph to a blockquote.</p>\n<ul>\n<li>## = H2</li>\n<li>### = H3</li>\n<li>#### = H4</li>\n<li>##### = H5</li>\n<li>###### = H6</li>\n</ul>\n<h3>Quick Link Preview Toolbar</h3>\n<p>When you click a link in the WordPress 4.3 visual editor, a small inline link toolbar displays the full URL with buttons to edit or remove it. This avoids having to use the Insert/edit link modal window.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/PreviewLinks.png\"><img class=\"size-full wp-image-47792\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/PreviewLinks.png?resize=571%2C102\" alt=\"Preview Links in The Visual Editor WordPress 4.3\" /></a>Preview Links in The Visual Editor WordPress 4.3\n<p>Word and character counts have also changed in WordPress 4.3. Instead of updating counts when pressing enter or return, it will refresh when you stop typing. A lot more characters that shouldn’t be counted as words are excluded. Ella Iseulde Van Dorpe, WordPress core contributor, <a href=\"https://make.wordpress.org/core/2015/07/23/wordcharacter-count-updates-in-4-3/\">lists other notable changes</a>.</p>\n<h2>Changes to the Admin Bar</h2>\n<p>WordPress 4.3 moves the Customize link to the top-level menu of the admin bar. This link opens the customizer, allowing you to manage menus, appearance, and widgets through the customizer interface.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png\"><img class=\"wp-image-46995 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png?resize=429%2C232\" alt=\"WordPress 4.2 Admin Bar\" /></a>WordPress 4.2 Admin Bar\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png\"><img class=\"wp-image-46996 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png?resize=428%2C202\" alt=\"WP43AdminBar\" /></a>WordPress 4.3 Admin Bar\n<p>The Dashboard, Themes, Widgets, and Menus links take users to their corresponding admin pages in the backend of WordPress. This makes it clear which interface users are about to enter. The enhancement is a result of <a href=\"https://core.trac.wordpress.org/ticket/32678\">ticket #32678</a> where Helen Hou-Sandí and other WordPress core contributors discussed ways to improve the context of each link over the course of five weeks.</p>\n<h2>Noteworthy Changes</h2>\n<ul>\n<li><a href=\"http://wptavern.com/wordpress-4-3-improves-user-search-and-turns-comments-off-on-pages-by-default\">Comments are turned off on pages by default</a>.</li>\n<li><a href=\"https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/\">PHP-4 Style constructors have been deprecated</a> to prepare for the release of PHP 7.</li>\n<li>Singular.php was added to the <a href=\"https://make.wordpress.org/core/2015/07/06/singular-php-new-theme-template-in-wordpress-4-3/\">WordPress template hierarchy.</a></li>\n<li>Changes to c<a href=\"https://make.wordpress.org/core/2015/07/27/changes-to-customizer-panels-and-sections-in-4-3/\">ustomizer panels and sections.</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/07/31/headings-in-admin-screens-change-in-wordpress-4-3/\">Header tags were updated through the admin screens</a>. Plugin, theme, and framework developers, please change the main heading from an <code><h2></code> into an <code><h1></code>. Also, check the rest of your heading structure to ensure it’s semantic.</li>\n<li><a href=\"https://make.wordpress.org/core/2015/07/24/multisite-focused-changes-in-4-3/\">Multisite focused changes in 4.3</a> specifically, the introduction of get_main_network_id()</li>\n<li><a href=\"https://make.wordpress.org/core/2015/07/30/get_transient-is-now-more-strict-in-4-3/\">get_transient() is now more strict in 4.3</a></li>\n<li>The old <a href=\"https://make.wordpress.org/core/2015/07/29/old-distraction-free-writing-code-removed-in-4-3/\">Distraction Free Writing (DFW) code has been removed</a>.</li>\n<li>The code that powered the <a href=\"https://make.wordpress.org/core/2015/07/30/legacy-theme-preview-removed-in-4-3/\">old theme preview has been removed</a>.</li>\n<li><a href=\"https://make.wordpress.org/core/2015/08/08/list-table-changes-in-4-3/\">List tables have undergone API and UI changes</a>, with the introduction of a primary column concept and easier subclassing.</li>\n</ul>\n<p>WordPress 4.3 is the result of hundreds of paid and non-paid volunteers working tirelessly to improve the software used on more than 24% of the web. If you experience any issues with WordPress 4.3, please <a href=\"https://wordpress.org/support/\">report them on the support forums</a>. Volunteers are watching support threads closely and if warranted, will create a thread listing known issues.</p>\n<p>To enjoy the full upgrade experience, I encourage you to listen to Lady sings The Blues by Billie Holiday as you upgrade your WordPress sites.</p>\n<p><span class=\"embed-youtube\"></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:\"Tue, 18 Aug 2015 19:13: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:\"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: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:26:\"Matt: Automattic is Hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/08/automattic-is-hiring-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:635:\"<p>Do you know someone who is an amazing developer or designer? Someone who is passionate about helping people? An awesome lounge manager? Or maybe that person is you. <a href=\"https://automattic.com/work-with-us/\">Automattic is hiring for a variety of positions</a>, and for all except two you can live and work wherever you like in the entire planet. There are also a number of other benefits; the main downside it’s a high performance culture and expectations are extremely high. Automattic hires the best folks regardless of geography, and we are <em>especially</em> looking for people right now outside of US timezones.</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 Aug 2015 16:05: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/\";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: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:67:\"WPTavern: Text Patterns and the Quick Link Toolbar in WordPress 4.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:28:\"http://wptavern.com/?p=47790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/text-patterns-and-the-quick-link-toolbar-in-wordpress-4-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:4590:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/QuickLinkToolbarFeaturedImage.png\"><img class=\"size-full wp-image-47794\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/QuickLinkToolbarFeaturedImage.png?resize=675%2C209\" alt=\"Quick Link Toolbar Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/34547181@N00/4309431757\">metal chain</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>WordPress 4.3 is on schedule to be released <a href=\"https://make.wordpress.org/core/version-4-3-project-schedule/\">August 18th</a> and contains a number of improvements. Among the enhancements to the visual editor are text patterns. Text patterns or text shortcuts allow you to quickly add unordered lists, ordered lists, headers, and blockquotes without having to use a mouse.</p>\n<p>In the visual editor in WordPress 4.3, typing <code>*</code> or <code>-</code> and hitting the space bar will generate a bulleted list. Typing <code>1. </code> or <code>1)</code> and hitting space will generate a numbered list. If you don’t want to create these lists or do so in error, clicking the undo button or hitting <code>ctrl/cmd+z</code> or <code>esc</code> will undo the text pattern.</p>\n<p>Starting a paragraph with two to six number signs <code>#</code> will convert the paragraph to a heading. Similarly, the greater-than symbol <code>></code> will convert the paragraph to a blockquote.</p>\n<ul>\n<li>## = H2</li>\n<li>### = H3</li>\n<li>#### = H4</li>\n<li>##### = H5</li>\n<li>###### = H6</li>\n</ul>\n<p>It took a few tries to figure out but once I got the hang of it, I discovered that I prefer using text patterns versus clicking the appropriate button in the editor.</p>\n<p>For example, the blockquote text pattern places text into a blockquote and automatically closes it while also starting a new paragraph. Traditionally, I highlight text and click on the blockquote button in the editor. Often times, I have to visit the text editor and close the blockquote to start a new paragraph.</p>\n<p>Ryan Boren, WordPress core lead developer, created the <a href=\"https://make.wordpress.org/core/2015/08/01/editor-enhancements-in-4-3-%E2%9C%A8/\">following video</a> which shows the text patterns in action on a mobile device.</p>\n<h2>Quick Previews of Links</h2>\n<p>WordPress 4.2 included a subtle but convenient feature for adding links to text. Pasting the URL to highlighted text automatically turns it into a link. The problem is that there isn’t an easy way to preview the URL without opening it in a new browser tab.</p>\n<p>When you click a link in the WordPress 4.3 visual editor, a small inline link toolbar displays the full URL with buttons to edit or remove it. This avoids having to use the Insert/edit link modal window.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/PreviewLinks.png\"><img class=\"size-full wp-image-47792\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/08/PreviewLinks.png?resize=571%2C102\" alt=\"Preview Links in The Visual Editor WordPress 4.3\" /></a>Preview Links in The WordPress 4.3 Visual Editor\n<h2>Changes to Word and Character Counts</h2>\n<p>Word and character counts have also changed in WordPress 4.3. Instead of updating counts when pressing enter or return, it will refresh when you stop typing. A lot more characters that shouldn’t be counted as words are excluded. Ella Iseulde Van Dorpe, WordPress core contributor, <a href=\"https://make.wordpress.org/core/2015/07/23/wordcharacter-count-updates-in-4-3/\">lists other notable changes</a>.</p>\n<ul>\n<li>For <strong>character</strong> count, we no longer exclude any of these characters. This means that numbers and common western punctuation are no longer excluded compared to 4.2. Emoji and other astral characters are now counted as one character instead of two.</li>\n<li>We added a new type <strong>all</strong>, in addition to words and characters, that will count characters including spaces. This seemed necessary for Japanese and maybe other languages. This is now <code>character_including_spaces</code> and <code>character_excluding_spaces</code>.</li>\n<li>Shortcodes and HTML comments are now excluded.</li>\n</ul>\n<p>To view details and a summary of all the work that went into improving word counts, check out <a href=\"https://core.trac.wordpress.org/ticket/30966\">ticket #30966</a> on trac. As someone who uses the WordPress content editor for a living, I’m anxiously looking forward to utilizing these enhancements on an everyday basis.</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, 17 Aug 2015 22:13: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: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:86:\"Post Status: A WordPress conference for higher education: coming to a campus near you?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-higher-ed-conference-wordcampus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8684:\"<p><em><strong>Editor’s Note</strong>: Thus far, there have been numerous niche WordPress conferences aiming toward for-profit initiatives and geared toward businesses, marketers, or eCommerce site owners. But <a href=\"http://bamadesigner.com/\">Rachel Carden</a>‘s concept for a niche, education focused, non-profit event is unique and I’d love to see it happen.</em></p>\n<p><em>As she notes, universities have unique challenges for managing websites and are also great candidates for utilizing WordPress to its full potential. What follows is her pitch and public brainstorming session on what a <a href=\"http://wordcampus.org/\">higher education focused WordPress conference</a> might look like.</em></p>\n<p>This all started with a tweet.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Ooh. Dream with me: \"<a href=\"https://twitter.com/hashtag/WordCampus?src=hash\">#WordCampus</a>: A WordCamp for folks using <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> in Higher Education.\" I like it. <a href=\"https://twitter.com/hashtag/heweb?src=hash\">#heweb</a> <a href=\"https://t.co/m1zEkpkP4B\">https://t.co/m1zEkpkP4B</a></p>\n<p>— Rachel Carden (@bamadesigner) <a href=\"https://twitter.com/bamadesigner/status/628324358126235648\">August 3, 2015</a></p></blockquote>\n<p></p>\n<p>WordCamp U.S. made a big announcement that was all over Twitter, Chris Lema tweeted what we were all thinking, and I couldn’t help but start daydreaming about the possibilities.</p>\n<p>You see, I’m a web designer and developer with a passion for all things WordPress, especially using WordPress to build the world of higher ed web. Having spent the last 8 years working in higher education, I’m always looking for ways to utilize the power of WordPress to fulfill my campus’s needs and to help its communication grow, whether it’s using the powerful CMS to stretch limited resources or using its new API capabilities to share information, and break down silos, across campus departments.</p>\n<p>I love attending WordCamps and other WordPress-related events, but the issues we generally encounter in higher ed are often overlooked.</p>\n<p>Much like online businesses or blogging, higher ed is a world of its own with unique challenges, content, stakeholders, and target audiences. In our world, we don’t worry so much about which eCommerce plugin is best. Instead, we’re more concerned with things like how to manage a large-scale network of faculty blogs, making sure we’re abiding with FERPA regulations, or wondering how to best implement single sign-on that integrates with Active Directory.</p>\n<p>That’s why I’m proposing a new event in the WordPress community: a conference focused on using WordPress in the world of higher education. I call the idea “WordCampus”. (Kind of a perfect name, right? How did nobody think of this before?)</p>\n<p>The name “WordCampus” came to me from a tweet and does not, at this point, imply it would be an official WordCamp event. If needed, I’m open to organizing an event that is not affiliated with the WordPress Foundation. This is a detail that remains to be seen, but honestly, at this point, all details remain to be seen. A WordCamp representative has confirmed that a user group specific WordCamp is possible, but I would need to prove that it could draw a crowd. That’s why I need your help.</p>\n<p>If a WordPress conference for higher ed is something you would be interested in (whether it’s as an attendee, speaker, planner, sponsor, or all of the above), I invite you to read a few of my thoughts, share yours in the comments, and visit <a href=\"http://wordcampus.org/\">wordcampus.org</a> to show your support.</p>\n<h3>Cost and fee consideration</h3>\n<p>Much like your usual WordCamp, the goal for this event is to keep the costs and ticket price as low as possible. The point of this event is professional development and community, not profit. The phrases “big budget” and “higher ed” don’t generally appear in the same sentence anyway.</p>\n<p>A lot of higher ed-oriented web conferences can run upwards of $500 so an inexpensive, but valuable, event would be attractive for most higher education web professionals.</p>\n<h3>Unique sponsorship opportunity</h3>\n<p>Having sponsors to help with costs would be crucial and I am open to all kinds of support, whether it’s monetary or in-kind. Sponsoring an event like WordCampus would be a unique way to get an organization’s name in front of one of the best communities <em>outside</em> of WordPress that <em>uses</em> WordPress all the time.</p>\n<p>In the world of higher education, you often have limited resources, so there are plenty of opportunities for third party products or services like hosting, themes, plugins, custom design, accessibility consulting, and custom development, among others.</p>\n<h3>Location is a factor</h3>\n<p>The location could be a sticking point, as high travel costs might be a deal breaker for many WordCampus attendees. The beauty of local WordCamps is that they are tied to a geographical region and therefore, for most attendees, have limited travel requirements. This could be a problem for an event that is not tied to a specific region.</p>\n<p>Venue wise, universities have beautiful facilities, so I’d love to host the event on an actual college campus and, if the hosting university could donate the space in kind, this would be a huge cost saver. The most preferable universities would also be located near a major airport to help reduce travel time.</p>\n<p>If I’m really dreaming big, it would be great to find numerous universities that would be willing to host and, therefore, we could have regional WordCampus events spread across the country. I don’t think this is outside the realm of possibility, but would depend on interest and attendance. I’m certainly interested in hearing from anyone that may be interested in hosting WordCampus at their university.</p>\n<h3>A big target audience</h3>\n<p>There are a wide variety of WordPress users in higher ed, from the university-level WordPress developers and administrators, to the users who run WordPress for a college, to the faculty members using WordPress as a learning tool, and any students who’d love to learn a thing or two (they are our future, you know). That’s not even including content strategists, designers, social media managers, and more.</p>\n<p>WordCampus has the potential to attract a variety of users who could inspire a multitude of topics and professional development.</p>\n<h3>A broad variety of topics, even within the education umbrella</h3>\n<p>Speaking of topics, these could also run the gamut from higher ed marketing and content strategy to infrastructure, managing multi-author blogs, and streamlining application processes. Accessibility should also be a featured topic as federally funded institutions are required by law to make their electronic and information technology accessible to people with disabilities.</p>\n<p>Personally, I see the structure of higher ed as tailor-made for the open source mindset and would love to hear someone encourage collaboration and openness by comparing the ideologies of open source with the inner workings of higher education.</p>\n<h3>Event timing</h3>\n<p>As organizing something of this magnitude takes time, I’m looking at a 2016 booking. What time of the year in 2016, however, remains to be seen. There are obviously a lot of variables at play, from venue availability to which time of the year is best for our target attendees. In higher ed, you need time to clear your schedule and request funding, so I’d want to allow for that.</p>\n<p>Usually, the middle of the semester is best for most higher ed professionals, but this can vary depending on their field. And if we’re being honest, the majority of fall might be out of the question because of football season. We’ve included a straw poll <a href=\"http://wordcampus.org\">on the event landing page</a> to help us gauge which time of year might be best for those interested in attending.</p>\n<p>Thank you for taking the time to read through my proposal and hopefully interested parties will have a few additional thoughts for the comments. If you would like be notified of any future developments, or show your support for the project, please visit <a href=\"http://wordcampus.org\">wordcampus.org</a> to share a little bit of information. And don’t forget to tell your friends!</p>\n<p>If you have any questions, or would like to chat, you can also find me on Twitter <a href=\"https://twitter.com/bamadesigner\">@bamadesigner</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:\"Mon, 17 Aug 2015 21:33: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:\"Rachel Carden\";s:7:\"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:\"Fri, 18 Sep 2015 04:55:18 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"202120\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 18 Sep 2015 04:45:16 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:\"20150511173256\";}','no'),(137,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1442595318','no'),(138,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1442552118','no'),(139,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1442595319','no'),(140,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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\";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:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2015 04:31: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Sep 2011 08:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jan 2009 20:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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: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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2007 20:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Jun 2007 15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrew Ozz\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 22:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";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:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Nov 2007 11:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Donncha O Caoimh\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 May 2008 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";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:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2009 18:46: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Frederick Townes\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jan 2011 02:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";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:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Mar 2007 20:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"uberdose\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";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:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lester Chan\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2010 17:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Brian Colinger\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2007 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error 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: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:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2011 04:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";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:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"elliotcondon\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2009 02:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Sep 2011 03:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2007 12:45: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Takayuki Miyoshi\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2008 14:38: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 17:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";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:22:\"Clone posts and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"lopo\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2011 04:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samir Shah\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 12:22: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Black Studio TinyMCE 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2011 15:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";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:39:\"The visual editor widget 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Oct 2010 22:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";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:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Apr 2013 10:36: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Greg Priday\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2013 16:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Matcha Labs\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2013 17:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2011 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cory Lamle\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/googleanalytics/#post-11199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2009 22:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"11199@https://wordpress.org/plugins/\";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:38:\"Enables google analytics on all 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Kevin Sylvestre\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2012 15:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"David Anderson\";s: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:46:\"https://wordpress.org/plugins/rss/view/popular\";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:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 18 Sep 2015 04:55:19 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Fri, 18 Sep 2015 05:06:12 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 18 Sep 2015 04:31:12 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20150511173256\";}','no'),(141,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1442595319','no'),(142,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1442552119','no'),(143,'_transient_timeout_plugin_slugs','1443202399','no'),(144,'_transient_plugin_slugs','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:3;s:14:\"types/wpcf.php\";}','no'),(145,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1442595319','no'),(146,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/09/wordpress-4-3-1/\'>WordPress 4.3.1 Security and Maintenance Release</a> <span class=\"rss-date\">September 15, 2015</span><div class=\"rssSummary\">WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/09/winning-remote-work-culture/\'>Matt: Winning Remote Work Culture</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/gravity-flow-makes-custom-form-administrative-workflows-simple/\'>Post Status: Gravity Flow makes custom form administrative workflows simple</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/09/long-days/\'>Matt: Long Days</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=91fb0521a5&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(166,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1442585130;s:4:\"data\";a:2:{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\";}}}}','yes'),(301,'_site_transient_timeout_wporg_theme_feature_list','1443127197','yes'),(302,'_site_transient_wporg_theme_feature_list','a:0:{}','yes'),(303,'installer_repositories_with_theme','a:1:{i:0;s:7:\"toolset\";}','yes'),(304,'wp_installer_clientside_active_tab','featured','no'),(306,'theme_mods_xcel','a:1:{i:0;b:0;}','yes'),(308,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_siteorigin-panels-builder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(311,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_siteorigin-panels-post-content','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(167,'current_theme','Xcel','yes'),(168,'theme_mods_sydney','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1443116447;s:4:\"data\";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:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;}}}','yes'),(169,'theme_switched','','yes'),(278,'siteorigin_panels_initial_version','2.2','no'),(279,'WPCF_VERSION','1.8.5','no'),(280,'recently_activated','a:0:{}','yes'),(281,'siteorigin_panels_settings','a:0:{}','yes'),(282,'wpcf-version','1.8.5','yes'),(283,'wp_installer_settings','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','yes'),(284,'wpcf-messages','a:0:{}','yes'),(285,'wpcf_users_options','1','yes'),(307,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1443116450;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.4.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40030\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.2.zip\";}s:14:\"types/wpcf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"24557\";s:4:\"slug\";s:5:\"types\";s:6:\"plugin\";s:14:\"types/wpcf.php\";s:11:\"new_version\";s:5:\"1.8.5\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/types/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/types.1.8.5.zip\";}}}','yes'),(292,'WPLANG','','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1443116070:1'),(3,2,'_edit_last','1'),(4,5,'_edit_last','1'),(5,5,'_edit_lock','1443116360:1'),(6,5,'_wp_page_template','page-templates/page_front-page.php'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2015-05-11 16:32:55','2015-05-11 16:32:55','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2015-05-11 16:32:55','2015-05-11 16:32:55','',0,'http://pfg.nordicgroupusa.com/wordpress1/?p=1',0,'post','',1),(2,1,'2015-05-11 16:32:55','2015-05-11 16:32:55','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ñ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://pfg.nordicgroupusa.com/wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','closed','','sample-page','','','2015-09-24 17:34:29','2015-09-24 17:34:29','',0,'http://pfg.nordicgroupusa.com/wordpress1/?page_id=2',0,'page','',0),(3,1,'2015-09-18 04:55:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-09-18 04:55:10','0000-00-00 00:00:00','',0,'http://pfg.nordicgroupusa.com/wordpress1/?p=3',0,'post','',0),(4,1,'2015-09-24 17:34:29','2015-09-24 17:34:29','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ñ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://pfg.nordicgroupusa.com/wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2015-09-24 17:34:29','2015-09-24 17:34:29','',2,'http://pfg.nordicgroupusa.com/wordpress1/index.php/2015/09/24/2-revision-v1/',0,'revision','',0),(5,1,'2015-09-24 17:36:05','2015-09-24 17:36:05','','Home','','publish','closed','closed','','home','','','2015-09-24 17:36:57','2015-09-24 17:36:57','',0,'http://pfg.nordicgroupusa.com/wordpress1/?page_id=5',0,'page','',0),(6,1,'2015-09-24 17:36:05','2015-09-24 17:36:05','','Home','','inherit','closed','closed','','5-revision-v1','','','2015-09-24 17:36:05','2015-09-24 17:36:05','',5,'http://pfg.nordicgroupusa.com/wordpress1/index.php/2015/09/24/5-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','nordic'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'wp_capabilities','a:13:{s:13:\"administrator\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(19,1,'session_tokens','a:2:{s:64:\"92d899c7024bf451148c96162d0779baffa1009aa0e9305c72ec07f6723f35c1\";a:4:{s:10:\"expiration\";i:1443288679;s:2:\"ip\";s:13:\"50.79.191.137\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1443115879;}s:64:\"7e35d5826e8c0cd89ee2624482d72947b782ae7e5e4b114d3d32ecbe26e96d2a\";a:4:{s:10:\"expiration\";i:1443288747;s:2:\"ip\";s:13:\"50.79.191.137\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1443115947;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','3'),(17,1,'wp_user-settings','editor=html'),(18,1,'wp_user-settings-time','1443116164'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'nordic','$P$Bi19CVbpI4cshH/.yrNFAmxZc3CklM/','nordic','info@nordicgroupusa.com','','2015-05-11 16:32:55','',0,'nordic'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02e9e2b_1' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2015-09-28 14:28:36