├── LearningActivityUserData.txt ├── config └── config └── wp-site ├── index.php ├── license.txt ├── phpinfo.php ├── readme.html ├── wp-activate.php ├── wp-admin ├── about.php ├── admin-ajax.php ├── admin-footer.php ├── admin-functions.php ├── admin-header.php ├── admin-post.php ├── admin.php ├── async-upload.php ├── comment.php ├── credits.php ├── css │ ├── about-rtl.css │ ├── about-rtl.min.css │ ├── about.css │ ├── about.min.css │ ├── admin-menu-rtl.css │ ├── admin-menu-rtl.min.css │ ├── admin-menu.css │ ├── admin-menu.min.css │ ├── code-editor-rtl.css │ ├── code-editor-rtl.min.css │ ├── code-editor.css │ ├── code-editor.min.css │ ├── color-picker-rtl.css │ ├── color-picker-rtl.min.css │ ├── color-picker.css │ ├── color-picker.min.css │ ├── colors │ │ ├── _admin.scss │ │ ├── _mixins.scss │ │ ├── _variables.scss │ │ ├── blue │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ ├── coffee │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ ├── ectoplasm │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ ├── light │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ ├── midnight │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ ├── ocean │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ │ └── sunrise │ │ │ ├── colors-rtl.css │ │ │ ├── colors-rtl.min.css │ │ │ ├── colors.css │ │ │ ├── colors.min.css │ │ │ └── colors.scss │ ├── common-rtl.css │ ├── common-rtl.min.css │ ├── common.css │ ├── common.min.css │ ├── customize-controls-rtl.css │ ├── customize-controls-rtl.min.css │ ├── customize-controls.css │ ├── customize-controls.min.css │ ├── customize-nav-menus-rtl.css │ ├── customize-nav-menus-rtl.min.css │ ├── customize-nav-menus.css │ ├── customize-nav-menus.min.css │ ├── customize-widgets-rtl.css │ ├── customize-widgets-rtl.min.css │ ├── customize-widgets.css │ ├── customize-widgets.min.css │ ├── dashboard-rtl.css │ ├── dashboard-rtl.min.css │ ├── dashboard.css │ ├── dashboard.min.css │ ├── deprecated-media-rtl.css │ ├── deprecated-media-rtl.min.css │ ├── deprecated-media.css │ ├── deprecated-media.min.css │ ├── edit-rtl.css │ ├── edit-rtl.min.css │ ├── edit.css │ ├── edit.min.css │ ├── farbtastic-rtl.css │ ├── farbtastic-rtl.min.css │ ├── farbtastic.css │ ├── farbtastic.min.css │ ├── forms-rtl.css │ ├── forms-rtl.min.css │ ├── forms.css │ ├── forms.min.css │ ├── ie-rtl.css │ ├── ie-rtl.min.css │ ├── ie.css │ ├── ie.min.css │ ├── install-rtl.css │ ├── install-rtl.min.css │ ├── install.css │ ├── install.min.css │ ├── l10n-rtl.css │ ├── l10n-rtl.min.css │ ├── l10n.css │ ├── l10n.min.css │ ├── list-tables-rtl.css │ ├── list-tables-rtl.min.css │ ├── list-tables.css │ ├── list-tables.min.css │ ├── login-rtl.css │ ├── login-rtl.min.css │ ├── login.css │ ├── login.min.css │ ├── media-rtl.css │ ├── media-rtl.min.css │ ├── media.css │ ├── media.min.css │ ├── nav-menus-rtl.css │ ├── nav-menus-rtl.min.css │ ├── nav-menus.css │ ├── nav-menus.min.css │ ├── revisions-rtl.css │ ├── revisions-rtl.min.css │ ├── revisions.css │ ├── revisions.min.css │ ├── site-icon-rtl.css │ ├── site-icon-rtl.min.css │ ├── site-icon.css │ ├── site-icon.min.css │ ├── themes-rtl.css │ ├── themes-rtl.min.css │ ├── themes.css │ ├── themes.min.css │ ├── widgets-rtl.css │ ├── widgets-rtl.min.css │ ├── widgets.css │ ├── widgets.min.css │ ├── wp-admin-rtl.css │ ├── wp-admin-rtl.min.css │ ├── wp-admin.css │ └── wp-admin.min.css ├── custom-background.php ├── custom-header.php ├── customize.php ├── edit-comments.php ├── edit-form-advanced.php ├── edit-form-comment.php ├── edit-link-form.php ├── edit-tag-form.php ├── edit-tags.php ├── edit.php ├── export.php ├── freedoms.php ├── images │ ├── align-center-2x.png │ ├── align-center.png │ ├── align-left-2x.png │ ├── align-left.png │ ├── align-none-2x.png │ ├── align-none.png │ ├── align-right-2x.png │ ├── align-right.png │ ├── arrows-2x.png │ ├── arrows.png │ ├── browser-rtl.png │ ├── browser.png │ ├── bubble_bg-2x.gif │ ├── bubble_bg.gif │ ├── comment-grey-bubble-2x.png │ ├── comment-grey-bubble.png │ ├── date-button-2x.gif │ ├── date-button.gif │ ├── generic.png │ ├── icons32-2x.png │ ├── icons32-vs-2x.png │ ├── icons32-vs.png │ ├── icons32.png │ ├── imgedit-icons-2x.png │ ├── imgedit-icons.png │ ├── list-2x.png │ ├── list.png │ ├── loading.gif │ ├── marker.png │ ├── mask.png │ ├── media-button-2x.png │ ├── media-button-image.gif │ ├── media-button-music.gif │ ├── media-button-other.gif │ ├── media-button-video.gif │ ├── media-button.png │ ├── menu-2x.png │ ├── menu-vs-2x.png │ ├── menu-vs.png │ ├── menu.png │ ├── no.png │ ├── post-formats-vs.png │ ├── post-formats.png │ ├── post-formats32-vs.png │ ├── post-formats32.png │ ├── resize-2x.gif │ ├── resize-rtl-2x.gif │ ├── resize-rtl.gif │ ├── resize.gif │ ├── se.png │ ├── sort-2x.gif │ ├── sort.gif │ ├── spinner-2x.gif │ ├── spinner.gif │ ├── stars-2x.png │ ├── stars.png │ ├── w-logo-blue.png │ ├── w-logo-white.png │ ├── wheel.png │ ├── wordpress-logo-white.svg │ ├── wordpress-logo.png │ ├── wordpress-logo.svg │ ├── wpspin_light-2x.gif │ ├── wpspin_light.gif │ ├── xit-2x.gif │ ├── xit.gif │ └── yes.png ├── import.php ├── includes │ ├── admin-filters.php │ ├── admin.php │ ├── ajax-actions.php │ ├── bookmark.php │ ├── class-automatic-upgrader-skin.php │ ├── class-bulk-plugin-upgrader-skin.php │ ├── class-bulk-theme-upgrader-skin.php │ ├── class-bulk-upgrader-skin.php │ ├── class-core-upgrader.php │ ├── class-file-upload-upgrader.php │ ├── class-ftp-pure.php │ ├── class-ftp-sockets.php │ ├── class-ftp.php │ ├── class-language-pack-upgrader-skin.php │ ├── class-language-pack-upgrader.php │ ├── class-pclzip.php │ ├── class-plugin-installer-skin.php │ ├── class-plugin-upgrader-skin.php │ ├── class-plugin-upgrader.php │ ├── class-theme-installer-skin.php │ ├── class-theme-upgrader-skin.php │ ├── class-theme-upgrader.php │ ├── class-walker-category-checklist.php │ ├── class-walker-nav-menu-checklist.php │ ├── class-walker-nav-menu-edit.php │ ├── class-wp-ajax-upgrader-skin.php │ ├── class-wp-automatic-updater.php │ ├── class-wp-comments-list-table.php │ ├── class-wp-community-events.php │ ├── class-wp-filesystem-base.php │ ├── class-wp-filesystem-direct.php │ ├── class-wp-filesystem-ftpext.php │ ├── class-wp-filesystem-ftpsockets.php │ ├── class-wp-filesystem-ssh2.php │ ├── class-wp-importer.php │ ├── class-wp-internal-pointers.php │ ├── class-wp-links-list-table.php │ ├── class-wp-list-table-compat.php │ ├── class-wp-list-table.php │ ├── class-wp-media-list-table.php │ ├── class-wp-ms-sites-list-table.php │ ├── class-wp-ms-themes-list-table.php │ ├── class-wp-ms-users-list-table.php │ ├── class-wp-plugin-install-list-table.php │ ├── class-wp-plugins-list-table.php │ ├── class-wp-post-comments-list-table.php │ ├── class-wp-posts-list-table.php │ ├── class-wp-screen.php │ ├── class-wp-site-icon.php │ ├── class-wp-terms-list-table.php │ ├── class-wp-theme-install-list-table.php │ ├── class-wp-themes-list-table.php │ ├── class-wp-upgrader-skin.php │ ├── class-wp-upgrader-skins.php │ ├── class-wp-upgrader.php │ ├── class-wp-users-list-table.php │ ├── comment.php │ ├── continents-cities.php │ ├── credits.php │ ├── dashboard.php │ ├── deprecated.php │ ├── edit-tag-messages.php │ ├── export.php │ ├── file.php │ ├── image-edit.php │ ├── image.php │ ├── import.php │ ├── list-table.php │ ├── media.php │ ├── menu.php │ ├── meta-boxes.php │ ├── misc.php │ ├── ms-admin-filters.php │ ├── ms-deprecated.php │ ├── ms.php │ ├── nav-menu.php │ ├── network.php │ ├── noop.php │ ├── options.php │ ├── plugin-install.php │ ├── plugin.php │ ├── post.php │ ├── revision.php │ ├── schema.php │ ├── screen.php │ ├── taxonomy.php │ ├── template.php │ ├── theme-install.php │ ├── theme.php │ ├── translation-install.php │ ├── update-core.php │ ├── update.php │ ├── upgrade.php │ ├── user.php │ └── widgets.php ├── index.php ├── install-helper.php ├── install.php ├── js │ ├── accordion.js │ ├── accordion.min.js │ ├── code-editor.js │ ├── code-editor.min.js │ ├── color-picker.js │ ├── color-picker.min.js │ ├── comment.js │ ├── comment.min.js │ ├── common.js │ ├── common.min.js │ ├── custom-background.js │ ├── custom-background.min.js │ ├── custom-header.js │ ├── customize-controls.js │ ├── customize-controls.min.js │ ├── customize-nav-menus.js │ ├── customize-nav-menus.min.js │ ├── customize-widgets.js │ ├── customize-widgets.min.js │ ├── dashboard.js │ ├── dashboard.min.js │ ├── edit-comments.js │ ├── edit-comments.min.js │ ├── editor-expand.js │ ├── editor-expand.min.js │ ├── editor.js │ ├── editor.min.js │ ├── farbtastic.js │ ├── gallery.js │ ├── gallery.min.js │ ├── image-edit.js │ ├── image-edit.min.js │ ├── inline-edit-post.js │ ├── inline-edit-post.min.js │ ├── inline-edit-tax.js │ ├── inline-edit-tax.min.js │ ├── iris.min.js │ ├── language-chooser.js │ ├── language-chooser.min.js │ ├── link.js │ ├── link.min.js │ ├── media-gallery.js │ ├── media-gallery.min.js │ ├── media-upload.js │ ├── media-upload.min.js │ ├── media.js │ ├── media.min.js │ ├── nav-menu.js │ ├── nav-menu.min.js │ ├── password-strength-meter.js │ ├── password-strength-meter.min.js │ ├── plugin-install.js │ ├── plugin-install.min.js │ ├── post.js │ ├── post.min.js │ ├── postbox.js │ ├── postbox.min.js │ ├── revisions.js │ ├── revisions.min.js │ ├── set-post-thumbnail.js │ ├── set-post-thumbnail.min.js │ ├── svg-painter.js │ ├── svg-painter.min.js │ ├── tags-box.js │ ├── tags-box.min.js │ ├── tags-suggest.js │ ├── tags-suggest.min.js │ ├── tags.js │ ├── tags.min.js │ ├── theme-plugin-editor.js │ ├── theme-plugin-editor.min.js │ ├── theme.js │ ├── theme.min.js │ ├── updates.js │ ├── updates.min.js │ ├── user-profile.js │ ├── user-profile.min.js │ ├── user-suggest.js │ ├── user-suggest.min.js │ ├── widgets.js │ ├── widgets.min.js │ ├── widgets │ │ ├── custom-html-widgets.js │ │ ├── custom-html-widgets.min.js │ │ ├── media-audio-widget.js │ │ ├── media-audio-widget.min.js │ │ ├── media-gallery-widget.js │ │ ├── media-gallery-widget.min.js │ │ ├── media-image-widget.js │ │ ├── media-image-widget.min.js │ │ ├── media-video-widget.js │ │ ├── media-video-widget.min.js │ │ ├── media-widgets.js │ │ ├── media-widgets.min.js │ │ ├── text-widgets.js │ │ └── text-widgets.min.js │ ├── word-count.js │ ├── word-count.min.js │ ├── wp-fullscreen-stub.js │ ├── wp-fullscreen-stub.min.js │ ├── xfn.js │ └── xfn.min.js ├── link-add.php ├── link-manager.php ├── link-parse-opml.php ├── link.php ├── load-scripts.php ├── load-styles.php ├── maint │ └── repair.php ├── media-new.php ├── media-upload.php ├── media.php ├── menu-header.php ├── menu.php ├── moderation.php ├── ms-admin.php ├── ms-delete-site.php ├── ms-edit.php ├── ms-options.php ├── ms-sites.php ├── ms-themes.php ├── ms-upgrade-network.php ├── ms-users.php ├── my-sites.php ├── nav-menus.php ├── network.php ├── network │ ├── about.php │ ├── admin.php │ ├── credits.php │ ├── edit.php │ ├── freedoms.php │ ├── index.php │ ├── menu.php │ ├── plugin-editor.php │ ├── plugin-install.php │ ├── plugins.php │ ├── privacy.php │ ├── profile.php │ ├── settings.php │ ├── setup.php │ ├── site-info.php │ ├── site-new.php │ ├── site-settings.php │ ├── site-themes.php │ ├── site-users.php │ ├── sites.php │ ├── theme-editor.php │ ├── theme-install.php │ ├── themes.php │ ├── update-core.php │ ├── update.php │ ├── upgrade.php │ ├── user-edit.php │ ├── user-new.php │ └── users.php ├── options-discussion.php ├── options-general.php ├── options-head.php ├── options-media.php ├── options-permalink.php ├── options-reading.php ├── options-writing.php ├── options.php ├── plugin-editor.php ├── plugin-install.php ├── plugins.php ├── post-new.php ├── post.php ├── press-this.php ├── privacy.php ├── profile.php ├── revision.php ├── setup-config.php ├── term.php ├── theme-editor.php ├── theme-install.php ├── themes.php ├── tools.php ├── update-core.php ├── update.php ├── upgrade-functions.php ├── upgrade.php ├── upload.php ├── user-edit.php ├── user-new.php ├── user │ ├── about.php │ ├── admin.php │ ├── credits.php │ ├── freedoms.php │ ├── index.php │ ├── menu.php │ ├── privacy.php │ ├── profile.php │ └── user-edit.php ├── users.php └── widgets.php ├── wp-blog-header.php ├── wp-comments-post.php ├── wp-config-sample.php ├── wp-config.php ├── wp-content ├── index.php ├── plugins │ ├── akismet │ │ ├── .htaccess │ │ ├── LICENSE.txt │ │ ├── _inc │ │ │ ├── akismet.css │ │ │ ├── akismet.js │ │ │ ├── form.js │ │ │ └── img │ │ │ │ └── logo-full-2x.png │ │ ├── akismet.php │ │ ├── class.akismet-admin.php │ │ ├── class.akismet-cli.php │ │ ├── class.akismet-rest-api.php │ │ ├── class.akismet-widget.php │ │ ├── class.akismet.php │ │ ├── index.php │ │ ├── readme.txt │ │ ├── views │ │ │ ├── config.php │ │ │ ├── get.php │ │ │ ├── notice.php │ │ │ ├── start.php │ │ │ └── stats.php │ │ └── wrapper.php │ ├── hello.php │ └── index.php └── themes │ ├── flat-bootstrap │ ├── 404.php │ ├── bootstrap │ │ ├── config.json │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ ├── comments.php │ ├── content-fullsingle.php │ ├── content-header.php │ ├── content-index-nav.php │ ├── content-jetpack-testimonial.php │ ├── content-page-fullwidth.php │ ├── content-page-nav.php │ ├── content-page-posts.php │ ├── content-page.php │ ├── content-post-footer.php │ ├── content-post-header.php │ ├── content-post-nav.php │ ├── content-recent-posts.php │ ├── content-single.php │ ├── content-siteindex.php │ ├── content.php │ ├── css │ │ ├── editor-style.css │ │ ├── theme-base.css │ │ └── theme-flat.css │ ├── flat-bootstrap-child │ │ ├── functions.php │ │ ├── readme.txt │ │ ├── screenshot.png │ │ └── style.css │ ├── font-awesome │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ ├── footer.php │ ├── functions.php │ ├── header.php │ ├── html5 │ │ ├── html5shiv.js │ │ ├── html5shiv.min.js │ │ └── respond.min.js │ ├── image.php │ ├── inc │ │ ├── bootstrap-navmenu.php │ │ ├── class-tgm-plugin-activation.php │ │ ├── custom-header.php │ │ ├── customizer.php │ │ ├── extras.php │ │ ├── jetpack.php │ │ ├── template-tags.php │ │ ├── theme-functions.php │ │ └── xsbf-plugin-recommendations.php │ ├── index.php │ ├── jquerymobile │ │ ├── jquery.mobile.custom.js │ │ └── jquery.mobile.custom.min.js │ ├── js │ │ ├── customizer.js │ │ ├── keyboard-image-navigation.js │ │ └── theme.js │ ├── languages │ │ ├── da_DK.mo │ │ ├── da_DK.po │ │ ├── es_ES.mo │ │ ├── es_ES.po │ │ ├── flat-bootstrap.pot │ │ ├── fr_FR.mo │ │ └── fr_FR.po │ ├── no-results.php │ ├── page-fullpostsnoheader.php │ ├── page-fullwidth-noheader.php │ ├── page-fullwidth.php │ ├── page-fullwithposts.php │ ├── page-fullwithsubpages.php │ ├── page-leftsidebar.php │ ├── page-nosidebar-noheader.php │ ├── page-nosidebar.php │ ├── page-siteindex.php │ ├── page.php │ ├── readme.txt │ ├── screenshot.png │ ├── search.php │ ├── searchform.php │ ├── sidebar-footer.php │ ├── sidebar-home.php │ ├── sidebar-left.php │ ├── sidebar-pagebottom.php │ ├── sidebar-pagetop.php │ ├── sidebar.php │ ├── single-fullwidth.php │ ├── single.php │ ├── style-rtl.css │ └── style.css │ ├── index.php │ ├── spot │ ├── functions.php │ ├── images │ │ ├── headers │ │ │ ├── abstract-blue-thumbnail.jpg │ │ │ ├── abstract-blue.jpg │ │ │ ├── book-blue-thumbnail.jpg │ │ │ ├── book-blue.jpg │ │ │ ├── briefcase-blue-thumbnail.jpg │ │ │ ├── briefcase-blue.jpg │ │ │ ├── camera-blue-thumbnail.jpg │ │ │ ├── camera-blue.jpg │ │ │ ├── city-blue-thumbnail.jpg │ │ │ ├── city-blue.jpg │ │ │ ├── desk-blue-thumbnail.jpg │ │ │ ├── desk-blue.jpg │ │ │ ├── guitar-blue-thumbnail.jpg │ │ │ ├── guitar-blue.jpg │ │ │ ├── notepad-blue-thumbnail.jpg │ │ │ ├── notepad-blue.jpg │ │ │ ├── skyline-blue-thumbnail.jpg │ │ │ └── skyline-blue.jpg │ │ └── post-thumbnail-default.png │ ├── readme.txt │ ├── samples │ │ └── samples.xml │ ├── screenshot.png │ ├── sidebar-footer.php │ ├── sidebar-pagebottom.php │ └── style.css │ ├── twentyfifteen │ ├── 404.php │ ├── archive.php │ ├── author-bio.php │ ├── comments.php │ ├── content-link.php │ ├── content-none.php │ ├── content-page.php │ ├── content-search.php │ ├── content.php │ ├── css │ │ ├── editor-style.css │ │ ├── ie.css │ │ └── ie7.css │ ├── footer.php │ ├── functions.php │ ├── genericons │ │ ├── COPYING.txt │ │ ├── Genericons.eot │ │ ├── Genericons.svg │ │ ├── Genericons.ttf │ │ ├── Genericons.woff │ │ ├── LICENSE.txt │ │ ├── README.md │ │ └── genericons.css │ ├── header.php │ ├── image.php │ ├── inc │ │ ├── back-compat.php │ │ ├── custom-header.php │ │ ├── customizer.php │ │ └── template-tags.php │ ├── index.php │ ├── js │ │ ├── color-scheme-control.js │ │ ├── customize-preview.js │ │ ├── functions.js │ │ ├── html5.js │ │ ├── keyboard-image-navigation.js │ │ └── skip-link-focus-fix.js │ ├── page.php │ ├── readme.txt │ ├── rtl.css │ ├── screenshot.png │ ├── search.php │ ├── sidebar.php │ ├── single.php │ └── style.css │ ├── twentyseventeen │ ├── 404.php │ ├── README.txt │ ├── archive.php │ ├── assets │ │ ├── css │ │ │ ├── colors-dark.css │ │ │ ├── editor-style.css │ │ │ ├── ie8.css │ │ │ └── ie9.css │ │ ├── images │ │ │ ├── coffee.jpg │ │ │ ├── espresso.jpg │ │ │ ├── header.jpg │ │ │ ├── sandwich.jpg │ │ │ └── svg-icons.svg │ │ └── js │ │ │ ├── customize-controls.js │ │ │ ├── customize-preview.js │ │ │ ├── global.js │ │ │ ├── html5.js │ │ │ ├── jquery.scrollTo.js │ │ │ ├── navigation.js │ │ │ └── skip-link-focus-fix.js │ ├── comments.php │ ├── footer.php │ ├── front-page.php │ ├── functions.php │ ├── header.php │ ├── inc │ │ ├── back-compat.php │ │ ├── color-patterns.php │ │ ├── custom-header.php │ │ ├── customizer.php │ │ ├── icon-functions.php │ │ ├── template-functions.php │ │ └── template-tags.php │ ├── index.php │ ├── page.php │ ├── rtl.css │ ├── screenshot.png │ ├── search.php │ ├── searchform.php │ ├── sidebar.php │ ├── single.php │ ├── style.css │ └── template-parts │ │ ├── footer │ │ ├── footer-widgets.php │ │ └── site-info.php │ │ ├── header │ │ ├── header-image.php │ │ └── site-branding.php │ │ ├── navigation │ │ └── navigation-top.php │ │ ├── page │ │ ├── content-front-page-panels.php │ │ ├── content-front-page.php │ │ └── content-page.php │ │ └── post │ │ ├── content-audio.php │ │ ├── content-excerpt.php │ │ ├── content-gallery.php │ │ ├── content-image.php │ │ ├── content-none.php │ │ ├── content-video.php │ │ └── content.php │ └── twentysixteen │ ├── 404.php │ ├── archive.php │ ├── comments.php │ ├── css │ ├── editor-style.css │ ├── ie.css │ ├── ie7.css │ └── ie8.css │ ├── footer.php │ ├── functions.php │ ├── genericons │ ├── COPYING.txt │ ├── Genericons.eot │ ├── Genericons.svg │ ├── Genericons.ttf │ ├── Genericons.woff │ ├── LICENSE.txt │ ├── README.md │ └── genericons.css │ ├── header.php │ ├── image.php │ ├── inc │ ├── back-compat.php │ ├── customizer.php │ └── template-tags.php │ ├── index.php │ ├── js │ ├── color-scheme-control.js │ ├── customize-preview.js │ ├── functions.js │ ├── html5.js │ ├── keyboard-image-navigation.js │ └── skip-link-focus-fix.js │ ├── page.php │ ├── readme.txt │ ├── rtl.css │ ├── screenshot.png │ ├── search.php │ ├── searchform.php │ ├── sidebar-content-bottom.php │ ├── sidebar.php │ ├── single.php │ ├── style.css │ └── template-parts │ ├── biography.php │ ├── content-none.php │ ├── content-page.php │ ├── content-search.php │ ├── content-single.php │ └── content.php ├── wp-cron.php ├── wp-includes ├── ID3 │ ├── getid3.lib.php │ ├── getid3.php │ ├── license.commercial.txt │ ├── license.txt │ ├── module.audio-video.asf.php │ ├── module.audio-video.flv.php │ ├── module.audio-video.matroska.php │ ├── module.audio-video.quicktime.php │ ├── module.audio-video.riff.php │ ├── module.audio.ac3.php │ ├── module.audio.dts.php │ ├── module.audio.flac.php │ ├── module.audio.mp3.php │ ├── module.audio.ogg.php │ ├── module.tag.apetag.php │ ├── module.tag.id3v1.php │ ├── module.tag.id3v2.php │ ├── module.tag.lyrics3.php │ └── readme.txt ├── IXR │ ├── class-IXR-base64.php │ ├── class-IXR-client.php │ ├── class-IXR-clientmulticall.php │ ├── class-IXR-date.php │ ├── class-IXR-error.php │ ├── class-IXR-introspectionserver.php │ ├── class-IXR-message.php │ ├── class-IXR-request.php │ ├── class-IXR-server.php │ └── class-IXR-value.php ├── Requests │ ├── Auth.php │ ├── Auth │ │ └── Basic.php │ ├── Cookie.php │ ├── Cookie │ │ └── Jar.php │ ├── Exception.php │ ├── Exception │ │ ├── HTTP.php │ │ ├── HTTP │ │ │ ├── 304.php │ │ │ ├── 305.php │ │ │ ├── 306.php │ │ │ ├── 400.php │ │ │ ├── 401.php │ │ │ ├── 402.php │ │ │ ├── 403.php │ │ │ ├── 404.php │ │ │ ├── 405.php │ │ │ ├── 406.php │ │ │ ├── 407.php │ │ │ ├── 408.php │ │ │ ├── 409.php │ │ │ ├── 410.php │ │ │ ├── 411.php │ │ │ ├── 412.php │ │ │ ├── 413.php │ │ │ ├── 414.php │ │ │ ├── 415.php │ │ │ ├── 416.php │ │ │ ├── 417.php │ │ │ ├── 418.php │ │ │ ├── 428.php │ │ │ ├── 429.php │ │ │ ├── 431.php │ │ │ ├── 500.php │ │ │ ├── 501.php │ │ │ ├── 502.php │ │ │ ├── 503.php │ │ │ ├── 504.php │ │ │ ├── 505.php │ │ │ ├── 511.php │ │ │ └── Unknown.php │ │ ├── Transport.php │ │ └── Transport │ │ │ └── cURL.php │ ├── Hooker.php │ ├── Hooks.php │ ├── IDNAEncoder.php │ ├── IPv6.php │ ├── IRI.php │ ├── Proxy.php │ ├── Proxy │ │ └── HTTP.php │ ├── Response.php │ ├── Response │ │ └── Headers.php │ ├── SSL.php │ ├── Session.php │ ├── Transport.php │ ├── Transport │ │ ├── cURL.php │ │ └── fsockopen.php │ └── Utility │ │ ├── CaseInsensitiveDictionary.php │ │ └── FilteredIterator.php ├── SimplePie │ ├── Author.php │ ├── Cache.php │ ├── Cache │ │ ├── Base.php │ │ ├── DB.php │ │ ├── File.php │ │ ├── Memcache.php │ │ └── MySQL.php │ ├── Caption.php │ ├── Category.php │ ├── Content │ │ └── Type │ │ │ └── Sniffer.php │ ├── Copyright.php │ ├── Core.php │ ├── Credit.php │ ├── Decode │ │ └── HTML │ │ │ └── Entities.php │ ├── Enclosure.php │ ├── Exception.php │ ├── File.php │ ├── HTTP │ │ └── Parser.php │ ├── IRI.php │ ├── Item.php │ ├── Locator.php │ ├── Misc.php │ ├── Net │ │ └── IPv6.php │ ├── Parse │ │ └── Date.php │ ├── Parser.php │ ├── Rating.php │ ├── Registry.php │ ├── Restriction.php │ ├── Sanitize.php │ ├── Source.php │ ├── XML │ │ └── Declaration │ │ │ └── Parser.php │ └── gzdecode.php ├── Text │ ├── Diff.php │ └── Diff │ │ ├── Engine │ │ ├── native.php │ │ ├── shell.php │ │ ├── string.php │ │ └── xdiff.php │ │ ├── Renderer.php │ │ └── Renderer │ │ └── inline.php ├── admin-bar.php ├── atomlib.php ├── author-template.php ├── bookmark-template.php ├── bookmark.php ├── cache.php ├── canonical.php ├── capabilities.php ├── category-template.php ├── category.php ├── certificates │ └── ca-bundle.crt ├── class-IXR.php ├── class-feed.php ├── class-http.php ├── class-json.php ├── class-oembed.php ├── class-phpass.php ├── class-phpmailer.php ├── class-pop3.php ├── class-requests.php ├── class-simplepie.php ├── class-smtp.php ├── class-snoopy.php ├── class-walker-category-dropdown.php ├── class-walker-category.php ├── class-walker-comment.php ├── class-walker-nav-menu.php ├── class-walker-page-dropdown.php ├── class-walker-page.php ├── class-wp-admin-bar.php ├── class-wp-ajax-response.php ├── class-wp-comment-query.php ├── class-wp-comment.php ├── class-wp-customize-control.php ├── class-wp-customize-manager.php ├── class-wp-customize-nav-menus.php ├── class-wp-customize-panel.php ├── class-wp-customize-section.php ├── class-wp-customize-setting.php ├── class-wp-customize-widgets.php ├── class-wp-dependency.php ├── class-wp-editor.php ├── class-wp-embed.php ├── class-wp-error.php ├── class-wp-feed-cache-transient.php ├── class-wp-feed-cache.php ├── class-wp-hook.php ├── class-wp-http-cookie.php ├── class-wp-http-curl.php ├── class-wp-http-encoding.php ├── class-wp-http-ixr-client.php ├── class-wp-http-proxy.php ├── class-wp-http-requests-hooks.php ├── class-wp-http-requests-response.php ├── class-wp-http-response.php ├── class-wp-http-streams.php ├── class-wp-image-editor-gd.php ├── class-wp-image-editor-imagick.php ├── class-wp-image-editor.php ├── class-wp-list-util.php ├── class-wp-locale-switcher.php ├── class-wp-locale.php ├── class-wp-matchesmapregex.php ├── class-wp-meta-query.php ├── class-wp-metadata-lazyloader.php ├── class-wp-network-query.php ├── class-wp-network.php ├── class-wp-oembed-controller.php ├── class-wp-post-type.php ├── class-wp-post.php ├── class-wp-query.php ├── class-wp-rewrite.php ├── class-wp-role.php ├── class-wp-roles.php ├── class-wp-session-tokens.php ├── class-wp-simplepie-file.php ├── class-wp-simplepie-sanitize-kses.php ├── class-wp-site-query.php ├── class-wp-site.php ├── class-wp-tax-query.php ├── class-wp-taxonomy.php ├── class-wp-term-query.php ├── class-wp-term.php ├── class-wp-text-diff-renderer-inline.php ├── class-wp-text-diff-renderer-table.php ├── class-wp-theme.php ├── class-wp-user-meta-session-tokens.php ├── class-wp-user-query.php ├── class-wp-user.php ├── class-wp-walker.php ├── class-wp-widget-factory.php ├── class-wp-widget.php ├── class-wp-xmlrpc-server.php ├── class-wp.php ├── class.wp-dependencies.php ├── class.wp-scripts.php ├── class.wp-styles.php ├── comment-template.php ├── comment.php ├── compat.php ├── cron.php ├── css │ ├── admin-bar-rtl.css │ ├── admin-bar-rtl.min.css │ ├── admin-bar.css │ ├── admin-bar.min.css │ ├── buttons-rtl.css │ ├── buttons-rtl.min.css │ ├── buttons.css │ ├── buttons.min.css │ ├── customize-preview-rtl.css │ ├── customize-preview-rtl.min.css │ ├── customize-preview.css │ ├── customize-preview.min.css │ ├── dashicons.css │ ├── dashicons.min.css │ ├── editor-rtl.css │ ├── editor-rtl.min.css │ ├── editor.css │ ├── editor.min.css │ ├── jquery-ui-dialog-rtl.css │ ├── jquery-ui-dialog-rtl.min.css │ ├── jquery-ui-dialog.css │ ├── jquery-ui-dialog.min.css │ ├── media-views-rtl.css │ ├── media-views-rtl.min.css │ ├── media-views.css │ ├── media-views.min.css │ ├── wp-auth-check-rtl.css │ ├── wp-auth-check-rtl.min.css │ ├── wp-auth-check.css │ ├── wp-auth-check.min.css │ ├── wp-embed-template-ie.css │ ├── wp-embed-template-ie.min.css │ ├── wp-embed-template.css │ ├── wp-embed-template.min.css │ ├── wp-pointer-rtl.css │ ├── wp-pointer-rtl.min.css │ ├── wp-pointer.css │ └── wp-pointer.min.css ├── customize │ ├── class-wp-customize-background-image-control.php │ ├── class-wp-customize-background-image-setting.php │ ├── class-wp-customize-background-position-control.php │ ├── class-wp-customize-code-editor-control.php │ ├── class-wp-customize-color-control.php │ ├── class-wp-customize-cropped-image-control.php │ ├── class-wp-customize-custom-css-setting.php │ ├── class-wp-customize-date-time-control.php │ ├── class-wp-customize-filter-setting.php │ ├── class-wp-customize-header-image-control.php │ ├── class-wp-customize-header-image-setting.php │ ├── class-wp-customize-image-control.php │ ├── class-wp-customize-media-control.php │ ├── class-wp-customize-nav-menu-auto-add-control.php │ ├── class-wp-customize-nav-menu-control.php │ ├── class-wp-customize-nav-menu-item-control.php │ ├── class-wp-customize-nav-menu-item-setting.php │ ├── class-wp-customize-nav-menu-location-control.php │ ├── class-wp-customize-nav-menu-locations-control.php │ ├── class-wp-customize-nav-menu-name-control.php │ ├── class-wp-customize-nav-menu-section.php │ ├── class-wp-customize-nav-menu-setting.php │ ├── class-wp-customize-nav-menus-panel.php │ ├── class-wp-customize-new-menu-control.php │ ├── class-wp-customize-new-menu-section.php │ ├── class-wp-customize-partial.php │ ├── class-wp-customize-selective-refresh.php │ ├── class-wp-customize-sidebar-section.php │ ├── class-wp-customize-site-icon-control.php │ ├── class-wp-customize-theme-control.php │ ├── class-wp-customize-themes-panel.php │ ├── class-wp-customize-themes-section.php │ ├── class-wp-customize-upload-control.php │ ├── class-wp-widget-area-customize-control.php │ └── class-wp-widget-form-customize-control.php ├── date.php ├── default-constants.php ├── default-filters.php ├── default-widgets.php ├── deprecated.php ├── embed-template.php ├── embed.php ├── feed-atom-comments.php ├── feed-atom.php ├── feed-rdf.php ├── feed-rss.php ├── feed-rss2-comments.php ├── feed-rss2.php ├── feed.php ├── fonts │ ├── dashicons.eot │ ├── dashicons.svg │ ├── dashicons.ttf │ └── dashicons.woff ├── formatting.php ├── functions.php ├── functions.wp-scripts.php ├── functions.wp-styles.php ├── general-template.php ├── http.php ├── images │ ├── admin-bar-sprite-2x.png │ ├── admin-bar-sprite.png │ ├── arrow-pointer-blue-2x.png │ ├── arrow-pointer-blue.png │ ├── blank.gif │ ├── crystal │ │ ├── archive.png │ │ ├── audio.png │ │ ├── code.png │ │ ├── default.png │ │ ├── document.png │ │ ├── interactive.png │ │ ├── license.txt │ │ ├── spreadsheet.png │ │ ├── text.png │ │ └── video.png │ ├── down_arrow-2x.gif │ ├── down_arrow.gif │ ├── icon-pointer-flag-2x.png │ ├── icon-pointer-flag.png │ ├── media │ │ ├── archive.png │ │ ├── audio.png │ │ ├── code.png │ │ ├── default.png │ │ ├── document.png │ │ ├── interactive.png │ │ ├── spreadsheet.png │ │ ├── text.png │ │ └── video.png │ ├── rss-2x.png │ ├── rss.png │ ├── smilies │ │ ├── frownie.png │ │ ├── icon_arrow.gif │ │ ├── icon_biggrin.gif │ │ ├── icon_confused.gif │ │ ├── icon_cool.gif │ │ ├── icon_cry.gif │ │ ├── icon_eek.gif │ │ ├── icon_evil.gif │ │ ├── icon_exclaim.gif │ │ ├── icon_idea.gif │ │ ├── icon_lol.gif │ │ ├── icon_mad.gif │ │ ├── icon_mrgreen.gif │ │ ├── icon_neutral.gif │ │ ├── icon_question.gif │ │ ├── icon_razz.gif │ │ ├── icon_redface.gif │ │ ├── icon_rolleyes.gif │ │ ├── icon_sad.gif │ │ ├── icon_smile.gif │ │ ├── icon_surprised.gif │ │ ├── icon_twisted.gif │ │ ├── icon_wink.gif │ │ ├── mrgreen.png │ │ ├── rolleyes.png │ │ └── simple-smile.png │ ├── spinner-2x.gif │ ├── spinner.gif │ ├── toggle-arrow-2x.png │ ├── toggle-arrow.png │ ├── uploader-icons-2x.png │ ├── uploader-icons.png │ ├── w-logo-blue.png │ ├── wlw │ │ ├── wp-comments.png │ │ ├── wp-icon.png │ │ └── wp-watermark.png │ ├── wpicons-2x.png │ ├── wpicons.png │ ├── wpspin-2x.gif │ ├── wpspin.gif │ ├── xit-2x.gif │ └── xit.gif ├── js │ ├── admin-bar.js │ ├── admin-bar.min.js │ ├── api-request.js │ ├── api-request.min.js │ ├── autosave.js │ ├── autosave.min.js │ ├── backbone.min.js │ ├── codemirror │ │ ├── codemirror.min.css │ │ ├── codemirror.min.js │ │ ├── csslint.js │ │ ├── htmlhint-kses.js │ │ ├── htmlhint.js │ │ ├── jshint.js │ │ └── jsonlint.js │ ├── colorpicker.js │ ├── colorpicker.min.js │ ├── comment-reply.js │ ├── comment-reply.min.js │ ├── crop │ │ ├── cropper.css │ │ ├── cropper.js │ │ ├── marqueeHoriz.gif │ │ └── marqueeVert.gif │ ├── customize-base.js │ ├── customize-base.min.js │ ├── customize-loader.js │ ├── customize-loader.min.js │ ├── customize-models.js │ ├── customize-models.min.js │ ├── customize-preview-nav-menus.js │ ├── customize-preview-nav-menus.min.js │ ├── customize-preview-widgets.js │ ├── customize-preview-widgets.min.js │ ├── customize-preview.js │ ├── customize-preview.min.js │ ├── customize-selective-refresh.js │ ├── customize-selective-refresh.min.js │ ├── customize-views.js │ ├── customize-views.min.js │ ├── heartbeat.js │ ├── heartbeat.min.js │ ├── hoverIntent.js │ ├── hoverIntent.min.js │ ├── imagesloaded.min.js │ ├── imgareaselect │ │ ├── border-anim-h.gif │ │ ├── border-anim-v.gif │ │ ├── imgareaselect.css │ │ ├── jquery.imgareaselect.js │ │ └── jquery.imgareaselect.min.js │ ├── jcrop │ │ ├── Jcrop.gif │ │ ├── jquery.Jcrop.min.css │ │ └── jquery.Jcrop.min.js │ ├── jquery │ │ ├── jquery-migrate.js │ │ ├── jquery-migrate.min.js │ │ ├── jquery.color.min.js │ │ ├── jquery.form.js │ │ ├── jquery.form.min.js │ │ ├── jquery.hotkeys.js │ │ ├── jquery.hotkeys.min.js │ │ ├── jquery.js │ │ ├── jquery.masonry.min.js │ │ ├── jquery.query.js │ │ ├── jquery.schedule.js │ │ ├── jquery.serialize-object.js │ │ ├── jquery.table-hotkeys.js │ │ ├── jquery.table-hotkeys.min.js │ │ ├── jquery.ui.touch-punch.js │ │ ├── suggest.js │ │ ├── suggest.min.js │ │ └── ui │ │ │ ├── accordion.min.js │ │ │ ├── autocomplete.min.js │ │ │ ├── button.min.js │ │ │ ├── core.min.js │ │ │ ├── datepicker.min.js │ │ │ ├── dialog.min.js │ │ │ ├── draggable.min.js │ │ │ ├── droppable.min.js │ │ │ ├── effect-blind.min.js │ │ │ ├── effect-bounce.min.js │ │ │ ├── effect-clip.min.js │ │ │ ├── effect-drop.min.js │ │ │ ├── effect-explode.min.js │ │ │ ├── effect-fade.min.js │ │ │ ├── effect-fold.min.js │ │ │ ├── effect-highlight.min.js │ │ │ ├── effect-puff.min.js │ │ │ ├── effect-pulsate.min.js │ │ │ ├── effect-scale.min.js │ │ │ ├── effect-shake.min.js │ │ │ ├── effect-size.min.js │ │ │ ├── effect-slide.min.js │ │ │ ├── effect-transfer.min.js │ │ │ ├── effect.min.js │ │ │ ├── menu.min.js │ │ │ ├── mouse.min.js │ │ │ ├── position.min.js │ │ │ ├── progressbar.min.js │ │ │ ├── resizable.min.js │ │ │ ├── selectable.min.js │ │ │ ├── selectmenu.min.js │ │ │ ├── slider.min.js │ │ │ ├── sortable.min.js │ │ │ ├── spinner.min.js │ │ │ ├── tabs.min.js │ │ │ ├── tooltip.min.js │ │ │ └── widget.min.js │ ├── json2.js │ ├── json2.min.js │ ├── masonry.min.js │ ├── mce-view.js │ ├── mce-view.min.js │ ├── media-audiovideo.js │ ├── media-audiovideo.min.js │ ├── media-editor.js │ ├── media-editor.min.js │ ├── media-grid.js │ ├── media-grid.min.js │ ├── media-models.js │ ├── media-models.min.js │ ├── media-views.js │ ├── media-views.min.js │ ├── mediaelement │ │ ├── mediaelement-and-player.js │ │ ├── mediaelement-and-player.min.js │ │ ├── mediaelement-migrate.js │ │ ├── mediaelement-migrate.min.js │ │ ├── mediaelement.js │ │ ├── mediaelement.min.js │ │ ├── mediaelementplayer-legacy.css │ │ ├── mediaelementplayer-legacy.min.css │ │ ├── mediaelementplayer.css │ │ ├── mediaelementplayer.min.css │ │ ├── mejs-controls.png │ │ ├── mejs-controls.svg │ │ ├── renderers │ │ │ ├── vimeo.js │ │ │ └── vimeo.min.js │ │ ├── wp-mediaelement.css │ │ ├── wp-mediaelement.js │ │ ├── wp-mediaelement.min.css │ │ ├── wp-mediaelement.min.js │ │ ├── wp-playlist.js │ │ └── wp-playlist.min.js │ ├── plupload │ │ ├── handlers.js │ │ ├── handlers.min.js │ │ ├── license.txt │ │ ├── moxie.js │ │ ├── moxie.min.js │ │ ├── plupload.js │ │ ├── plupload.min.js │ │ ├── wp-plupload.js │ │ └── wp-plupload.min.js │ ├── quicktags.js │ ├── quicktags.min.js │ ├── shortcode.js │ ├── shortcode.min.js │ ├── swfobject.js │ ├── swfupload │ │ ├── handlers.js │ │ ├── handlers.min.js │ │ ├── license.txt │ │ └── swfupload.js │ ├── thickbox │ │ ├── loadingAnimation.gif │ │ ├── macFFBgHack.png │ │ ├── thickbox.css │ │ └── thickbox.js │ ├── tinymce │ │ ├── langs │ │ │ └── wp-langs-en.js │ │ ├── license.txt │ │ ├── plugins │ │ │ ├── charmap │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── colorpicker │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── compat3x │ │ │ │ ├── css │ │ │ │ │ └── dialog.css │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── directionality │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── fullscreen │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── hr │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── image │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── link │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── lists │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── media │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── paste │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── tabfocus │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── textcolor │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wordpress │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wpautoresize │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wpdialogs │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wpeditimage │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wpemoji │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wpgallery │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wplink │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── wptextpattern │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ └── wpview │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ ├── skins │ │ │ ├── lightgray │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.min.css │ │ │ │ ├── fonts │ │ │ │ │ ├── tinymce-small.eot │ │ │ │ │ ├── tinymce-small.svg │ │ │ │ │ ├── tinymce-small.ttf │ │ │ │ │ ├── tinymce-small.woff │ │ │ │ │ ├── tinymce.eot │ │ │ │ │ ├── tinymce.svg │ │ │ │ │ ├── tinymce.ttf │ │ │ │ │ └── tinymce.woff │ │ │ │ ├── img │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── object.gif │ │ │ │ │ └── trans.gif │ │ │ │ └── skin.min.css │ │ │ └── wordpress │ │ │ │ ├── images │ │ │ │ ├── audio.png │ │ │ │ ├── dashicon-edit.png │ │ │ │ ├── dashicon-no.png │ │ │ │ ├── embedded.png │ │ │ │ ├── gallery-2x.png │ │ │ │ ├── gallery.png │ │ │ │ ├── more-2x.png │ │ │ │ ├── more.png │ │ │ │ ├── pagebreak-2x.png │ │ │ │ ├── pagebreak.png │ │ │ │ ├── playlist-audio.png │ │ │ │ ├── playlist-video.png │ │ │ │ └── video.png │ │ │ │ └── wp-content.css │ │ ├── themes │ │ │ ├── inlite │ │ │ │ ├── theme.js │ │ │ │ └── theme.min.js │ │ │ └── modern │ │ │ │ ├── theme.js │ │ │ │ └── theme.min.js │ │ ├── tiny_mce_popup.js │ │ ├── tinymce.min.js │ │ ├── utils │ │ │ ├── editable_selects.js │ │ │ ├── form_utils.js │ │ │ ├── mctabs.js │ │ │ └── validate.js │ │ ├── wp-tinymce.js.gz │ │ └── wp-tinymce.php │ ├── tw-sack.js │ ├── tw-sack.min.js │ ├── twemoji.js │ ├── twemoji.min.js │ ├── underscore.min.js │ ├── utils.js │ ├── utils.min.js │ ├── wp-a11y.js │ ├── wp-a11y.min.js │ ├── wp-ajax-response.js │ ├── wp-ajax-response.min.js │ ├── wp-api.js │ ├── wp-api.min.js │ ├── wp-auth-check.js │ ├── wp-auth-check.min.js │ ├── wp-backbone.js │ ├── wp-backbone.min.js │ ├── wp-custom-header.js │ ├── wp-custom-header.min.js │ ├── wp-embed-template.js │ ├── wp-embed-template.min.js │ ├── wp-embed.js │ ├── wp-embed.min.js │ ├── wp-emoji-loader.js │ ├── wp-emoji-loader.min.js │ ├── wp-emoji-release.min.js │ ├── wp-emoji.js │ ├── wp-emoji.min.js │ ├── wp-list-revisions.js │ ├── wp-list-revisions.min.js │ ├── wp-lists.js │ ├── wp-lists.min.js │ ├── wp-pointer.js │ ├── wp-pointer.min.js │ ├── wp-sanitize.js │ ├── wp-sanitize.min.js │ ├── wp-util.js │ ├── wp-util.min.js │ ├── wpdialog.js │ ├── wpdialog.min.js │ ├── wplink.js │ ├── wplink.min.js │ ├── zxcvbn-async.js │ ├── zxcvbn-async.min.js │ └── zxcvbn.min.js ├── kses.php ├── l10n.php ├── link-template.php ├── load.php ├── locale.php ├── media-template.php ├── media.php ├── meta.php ├── ms-blogs.php ├── ms-default-constants.php ├── ms-default-filters.php ├── ms-deprecated.php ├── ms-files.php ├── ms-functions.php ├── ms-load.php ├── ms-settings.php ├── nav-menu-template.php ├── nav-menu.php ├── option.php ├── pluggable-deprecated.php ├── pluggable.php ├── plugin.php ├── pomo │ ├── entry.php │ ├── mo.php │ ├── plural-forms.php │ ├── po.php │ ├── streams.php │ └── translations.php ├── post-formats.php ├── post-template.php ├── post-thumbnail-template.php ├── post.php ├── query.php ├── random_compat │ ├── byte_safe_strings.php │ ├── cast_to_int.php │ ├── error_polyfill.php │ ├── random.php │ ├── random_bytes_com_dotnet.php │ ├── random_bytes_dev_urandom.php │ ├── random_bytes_libsodium.php │ ├── random_bytes_libsodium_legacy.php │ ├── random_bytes_mcrypt.php │ ├── random_bytes_openssl.php │ └── random_int.php ├── registration-functions.php ├── registration.php ├── rest-api.php ├── rest-api │ ├── class-wp-rest-request.php │ ├── class-wp-rest-response.php │ ├── class-wp-rest-server.php │ ├── endpoints │ │ ├── class-wp-rest-attachments-controller.php │ │ ├── class-wp-rest-comments-controller.php │ │ ├── class-wp-rest-controller.php │ │ ├── class-wp-rest-post-statuses-controller.php │ │ ├── class-wp-rest-post-types-controller.php │ │ ├── class-wp-rest-posts-controller.php │ │ ├── class-wp-rest-revisions-controller.php │ │ ├── class-wp-rest-settings-controller.php │ │ ├── class-wp-rest-taxonomies-controller.php │ │ ├── class-wp-rest-terms-controller.php │ │ └── class-wp-rest-users-controller.php │ └── fields │ │ ├── class-wp-rest-comment-meta-fields.php │ │ ├── class-wp-rest-meta-fields.php │ │ ├── class-wp-rest-post-meta-fields.php │ │ ├── class-wp-rest-term-meta-fields.php │ │ └── class-wp-rest-user-meta-fields.php ├── revision.php ├── rewrite.php ├── rss-functions.php ├── rss.php ├── script-loader.php ├── session.php ├── shortcodes.php ├── spl-autoload-compat.php ├── taxonomy.php ├── template-loader.php ├── template.php ├── theme-compat │ ├── comments.php │ ├── embed-404.php │ ├── embed-content.php │ ├── embed.php │ ├── footer-embed.php │ ├── footer.php │ ├── header-embed.php │ ├── header.php │ └── sidebar.php ├── theme.php ├── update.php ├── user.php ├── vars.php ├── version.php ├── widgets.php ├── widgets │ ├── class-wp-nav-menu-widget.php │ ├── class-wp-widget-archives.php │ ├── class-wp-widget-calendar.php │ ├── class-wp-widget-categories.php │ ├── class-wp-widget-custom-html.php │ ├── class-wp-widget-links.php │ ├── class-wp-widget-media-audio.php │ ├── class-wp-widget-media-gallery.php │ ├── class-wp-widget-media-image.php │ ├── class-wp-widget-media-video.php │ ├── class-wp-widget-media.php │ ├── class-wp-widget-meta.php │ ├── class-wp-widget-pages.php │ ├── class-wp-widget-recent-comments.php │ ├── class-wp-widget-recent-posts.php │ ├── class-wp-widget-rss.php │ ├── class-wp-widget-search.php │ ├── class-wp-widget-tag-cloud.php │ └── class-wp-widget-text.php ├── wlwmanifest.xml ├── wp-db.php └── wp-diff.php ├── wp-links-opml.php ├── wp-load.php ├── wp-login.php ├── wp-mail.php ├── wp-settings.php ├── wp-signup.php ├── wp-trackback.php └── xmlrpc.php /config/config: -------------------------------------------------------------------------------- 1 | [default] 2 | region = us-east-1 3 | -------------------------------------------------------------------------------- /wp-site/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /wp-site/wp-admin/admin-functions.php: -------------------------------------------------------------------------------- 1 | 0)return 5;if("undefined"==typeof window.zxcvbn)return-1;var e=zxcvbn(b,c);return e.score},userInputBlacklist:function(){var b,c,d,e,f=[],g=[],h=["user_login","first_name","last_name","nickname","display_name","email","url","description","weblog_title","admin_email"];for(f.push(document.title),f.push(document.URL),c=h.length,b=0;bb.length)&&a.inArray(b,g)===c})}},passwordStrength=wp.passwordStrength.meter}(jQuery); -------------------------------------------------------------------------------- /wp-site/wp-admin/js/set-post-thumbnail.js: -------------------------------------------------------------------------------- 1 | /* global setPostThumbnailL10n, ajaxurl, post_id, alert */ 2 | /* exported WPSetAsThumbnail */ 3 | 4 | function WPSetAsThumbnail( id, nonce ) { 5 | var $link = jQuery('a#wp-post-thumbnail-' + id); 6 | 7 | $link.text( setPostThumbnailL10n.saving ); 8 | jQuery.post(ajaxurl, { 9 | action: 'set-post-thumbnail', post_id: post_id, thumbnail_id: id, _ajax_nonce: nonce, cookie: encodeURIComponent( document.cookie ) 10 | }, function(str){ 11 | var win = window.dialogArguments || opener || parent || top; 12 | $link.text( setPostThumbnailL10n.setThumbnail ); 13 | if ( str == '0' ) { 14 | alert( setPostThumbnailL10n.error ); 15 | } else { 16 | jQuery('a.wp-post-thumbnail').show(); 17 | $link.text( setPostThumbnailL10n.done ); 18 | $link.fadeOut( 2000 ); 19 | win.WPSetThumbnailID(id); 20 | win.WPSetThumbnailHTML(str); 21 | } 22 | } 23 | ); 24 | } 25 | -------------------------------------------------------------------------------- /wp-site/wp-admin/js/set-post-thumbnail.min.js: -------------------------------------------------------------------------------- 1 | function WPSetAsThumbnail(a,b){var c=jQuery("a#wp-post-thumbnail-"+a);c.text(setPostThumbnailL10n.saving),jQuery.post(ajaxurl,{action:"set-post-thumbnail",post_id:post_id,thumbnail_id:a,_ajax_nonce:b,cookie:encodeURIComponent(document.cookie)},function(b){var d=window.dialogArguments||opener||parent||top;c.text(setPostThumbnailL10n.setThumbnail),"0"==b?alert(setPostThumbnailL10n.error):(jQuery("a.wp-post-thumbnail").show(),c.text(setPostThumbnailL10n.done),c.fadeOut(2e3),d.WPSetThumbnailID(a),d.WPSetThumbnailHTML(b))})} -------------------------------------------------------------------------------- /wp-site/wp-admin/js/user-suggest.min.js: -------------------------------------------------------------------------------- 1 | !function(a){var b="undefined"!=typeof current_site_id?"&site_id="+current_site_id:"";a(document).ready(function(){var c={offset:"0, -1"};"undefined"!=typeof isRtl&&isRtl&&(c.my="right top",c.at="right bottom"),a(".wp-suggest-user").each(function(){var d=a(this),e="undefined"!=typeof d.data("autocompleteType")?d.data("autocompleteType"):"add",f="undefined"!=typeof d.data("autocompleteField")?d.data("autocompleteField"):"user_login";d.autocomplete({source:ajaxurl+"?action=autocomplete-user&autocomplete_type="+e+"&autocomplete_field="+f+b,delay:500,minLength:2,position:c,open:function(){a(this).addClass("open")},close:function(){a(this).removeClass("open")}})})})}(jQuery); -------------------------------------------------------------------------------- /wp-site/wp-admin/js/wp-fullscreen-stub.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Distraction-Free Writing (wp-fullscreen) backward compatibility stub. 3 | * Todo: remove at the end of 2016. 4 | * 5 | * Original was deprecated in 4.1, removed in 4.3. 6 | */ 7 | ( function() { 8 | var noop = function(){}; 9 | 10 | window.wp = window.wp || {}; 11 | window.wp.editor = window.wp.editor || {}; 12 | window.wp.editor.fullscreen = { 13 | bind_resize: noop, 14 | dfwWidth: noop, 15 | off: noop, 16 | on: noop, 17 | refreshButtons: noop, 18 | resizeTextarea: noop, 19 | save: noop, 20 | switchmode: noop, 21 | toggleUI: noop, 22 | 23 | settings: {}, 24 | pubsub: { 25 | publish: noop, 26 | subscribe: noop, 27 | unsubscribe: noop, 28 | topics: {} 29 | }, 30 | fade: { 31 | In: noop, 32 | Out: noop 33 | }, 34 | ui: { 35 | fade: noop, 36 | init: noop 37 | } 38 | }; 39 | }()); 40 | -------------------------------------------------------------------------------- /wp-site/wp-admin/js/wp-fullscreen-stub.min.js: -------------------------------------------------------------------------------- 1 | !function(){var a=function(){};window.wp=window.wp||{},window.wp.editor=window.wp.editor||{},window.wp.editor.fullscreen={bind_resize:a,dfwWidth:a,off:a,on:a,refreshButtons:a,resizeTextarea:a,save:a,switchmode:a,toggleUI:a,settings:{},pubsub:{publish:a,subscribe:a,unsubscribe:a,topics:{}},fade:{In:a,Out:a},ui:{fade:a,init:a}}}(); -------------------------------------------------------------------------------- /wp-site/wp-admin/js/xfn.js: -------------------------------------------------------------------------------- 1 | jQuery( document ).ready(function( $ ) { 2 | $( '#link_rel' ).prop( 'readonly', true ); 3 | $( '#linkxfndiv input' ).bind( 'click keyup', function() { 4 | var isMe = $( '#me' ).is( ':checked' ), inputs = ''; 5 | $( 'input.valinp' ).each( function() { 6 | if ( isMe ) { 7 | $( this ).prop( 'disabled', true ).parent().addClass( 'disabled' ); 8 | } else { 9 | $( this ).removeAttr( 'disabled' ).parent().removeClass( 'disabled' ); 10 | if ( $( this ).is( ':checked' ) && $( this ).val() !== '') { 11 | inputs += $( this ).val() + ' '; 12 | } 13 | } 14 | }); 15 | $( '#link_rel' ).val( ( isMe ) ? 'me' : inputs.substr( 0,inputs.length - 1 ) ); 16 | }); 17 | }); 18 | -------------------------------------------------------------------------------- /wp-site/wp-admin/js/xfn.min.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function(a){a("#link_rel").prop("readonly",!0),a("#linkxfndiv input").bind("click keyup",function(){var b=a("#me").is(":checked"),c="";a("input.valinp").each(function(){b?a(this).prop("disabled",!0).parent().addClass("disabled"):(a(this).removeAttr("disabled").parent().removeClass("disabled"),a(this).is(":checked")&&""!==a(this).val()&&(c+=a(this).val()+" "))}),a("#link_rel").val(b?"me":c.substr(0,c.length-1))})}); -------------------------------------------------------------------------------- /wp-site/wp-admin/link-add.php: -------------------------------------------------------------------------------- 1 | domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); 20 | /** 21 | * Filters whether to redirect the request to the User Admin in Multisite. 22 | * 23 | * @since 3.2.0 24 | * 25 | * @param bool $redirect_user_admin_request Whether the request should be redirected. 26 | */ 27 | $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request ); 28 | if ( $redirect_user_admin_request ) { 29 | wp_redirect( user_admin_url() ); 30 | exit; 31 | } 32 | unset( $redirect_user_admin_request ); 33 | -------------------------------------------------------------------------------- /wp-site/wp-admin/user/credits.php: -------------------------------------------------------------------------------- 1 | 5 | Order Deny,Allow 6 | Deny from all 7 | 8 | 9 | # Apache 2.4 10 | 11 | Require all denied 12 | 13 | 14 | # Akismet CSS and JS 15 | 16 | 17 | Allow from all 18 | 19 | 20 | 21 | Require all granted 22 | 23 | 24 | 25 | # Akismet images 26 | 27 | 28 | Allow from all 29 | 30 | 31 | 32 | Require all granted 33 | 34 | -------------------------------------------------------------------------------- /wp-site/wp-content/plugins/akismet/_inc/form.js: -------------------------------------------------------------------------------- 1 | var ak_js = document.getElementById( "ak_js" ); 2 | 3 | if ( ! ak_js ) { 4 | ak_js = document.createElement( 'input' ); 5 | ak_js.setAttribute( 'id', 'ak_js' ); 6 | ak_js.setAttribute( 'name', 'ak_js' ); 7 | ak_js.setAttribute( 'type', 'hidden' ); 8 | } 9 | else { 10 | ak_js.parentNode.removeChild( ak_js ); 11 | } 12 | 13 | ak_js.setAttribute( 'value', ( new Date() ).getTime() ); 14 | 15 | var commentForm = document.getElementById( 'commentform' ); 16 | 17 | if ( commentForm ) { 18 | commentForm.appendChild( ak_js ); 19 | } 20 | else { 21 | var replyRowContainer = document.getElementById( 'replyrow' ); 22 | 23 | if ( replyRowContainer ) { 24 | var children = replyRowContainer.getElementsByTagName( 'td' ); 25 | 26 | if ( children.length > 0 ) { 27 | children[0].appendChild( ak_js ); 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /wp-site/wp-content/plugins/akismet/_inc/img/logo-full-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/plugins/akismet/_inc/img/logo-full-2x.png -------------------------------------------------------------------------------- /wp-site/wp-content/plugins/akismet/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wp-site/wp-content/plugins/akismet/views/stats.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 | 7 |
8 |
9 |
10 | 11 |
-------------------------------------------------------------------------------- /wp-site/wp-content/plugins/index.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
> 12 | 13 |
14 | 15 |
16 | 17 |
18 | 19 | 20 | 21 |
22 | 23 | 24 |
25 | 26 |
27 | 28 |
29 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-page-fullwidth.php: -------------------------------------------------------------------------------- 1 | 11 | 12 |
> 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Edit', 'flat-bootstrap' ), '
' ); ?> 23 | 24 |
25 | 26 |
27 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-page-posts.php: -------------------------------------------------------------------------------- 1 | 10 |
> 11 | 12 |
13 | ','' ); ?> 14 |
15 | 16 | 17 | 18 |
19 | 'thumbnail img-responsive' ) ); ?> 20 |
21 |
22 | 23 | 24 |
25 | 26 |
27 | 28 |
29 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-page.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
> 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | Edit', 'flat-bootstrap' ), '
' ); ?> 20 | 21 |
22 | 23 |
24 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-post-footer.php: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-post-nav.php: -------------------------------------------------------------------------------- 1 | 10 | 11 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/content-single.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
> 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 |
25 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/css/editor-style.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Theme: Flat Bootstrap 3 | * File: editor-style.css 4 | * 5 | * The stylesheet for the WordPress visual post / page editor 6 | * 7 | * For now, simply loads our theme's fonts and stylesheets 8 | * 9 | * @package flat-bootstrap 10 | */ 11 | 12 | /** 13 | * PULL IN OUR THEME STYLESHEETS SO VISUAL EDITOR AND PREVIEWS LOOK RIGHT 14 | */ 15 | @import url( '../bootstrap/css/bootstrap.min.css' ); 16 | @import url( '//fonts.googleapis.com/css?family=Lato:300,400,700'); 17 | @import url( '//fonts.googleapis.com/css?family=Raleway:400,300,700'); 18 | @import url( '../font-awesome/css/font-awesome.min.css'); 19 | @import url( 'theme-base.css' ); 20 | @import url( 'theme-flat.css' ); 21 | @import url( '../style.css' ); 22 | 23 | /*.gallery-settings select.columns { 24 | color: red; 25 | max-width: 75%; 26 | }*/ 27 | 28 | 29 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/flat-bootstrap-child/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/flat-bootstrap-child/screenshot.png -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/inc/customizer.php: -------------------------------------------------------------------------------- 1 | get_setting( 'blogname' )->transport = 'postMessage'; 18 | $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; 19 | $wp_customize->get_setting( 'header_textcolor' )->transport = 'refresh'; 20 | } 21 | add_action( 'customize_register', 'xsbf_customize_register' ); 22 | 23 | /** 24 | * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. 25 | */ 26 | function xsbf_customize_preview_js() { 27 | wp_enqueue_script( 'xsbf_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20160303', true ); 28 | } 29 | add_action( 'customize_preview_init', 'xsbf_customize_preview_js' ); 30 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/js/keyboard-image-navigation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Theme: Flat Bootstrap 3 | * 4 | * Javascript to handle navigation through image attachments with keyboard 5 | */ 6 | jQuery( document ).ready( function( $ ) { 7 | $( document ).keydown( function( e ) { 8 | var url = false; 9 | if ( e.which === 37 ) { // Left arrow key code 10 | url = $( '.nav-previous a' ).attr( 'href' ); 11 | } 12 | else if ( e.which === 39 ) { // Right arrow key code 13 | url = $( '.entry-attachment a' ).attr( 'href' ); 14 | } 15 | if ( url && ( ! $( 'textarea, input' ).is( ':focus' ) ) ) { 16 | window.location = url; 17 | } 18 | } ); 19 | } ); 20 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/languages/da_DK.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/languages/da_DK.mo -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/languages/es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/languages/es_ES.mo -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/languages/fr_FR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/languages/fr_FR.mo -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/flat-bootstrap/screenshot.png -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/searchform.php: -------------------------------------------------------------------------------- 1 | 10 | 19 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/flat-bootstrap/single.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 |
17 |
18 | 19 |
20 |
21 | 22 | 23 | 24 | 25 | 26 | 31 | 32 | 33 | 34 |
35 |
36 | 37 | 38 |
39 |
40 | 41 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/index.php: -------------------------------------------------------------------------------- 1 | 11 | 12 |
13 |
14 | 15 |
16 | 19 | 20 |
21 |

22 | 23 | 24 |
25 |
26 | 27 |
28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/twentyfifteen/footer.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.eot -------------------------------------------------------------------------------- /wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.ttf -------------------------------------------------------------------------------- /wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxacademy/content-aws-sysops-administrator/dde17fdb82945b7bae9916e40ba3e06073894aa9/wp-site/wp-content/themes/twentyfifteen/genericons/Genericons.woff -------------------------------------------------------------------------------- /wp-site/wp-content/themes/twentyfifteen/js/customize-preview.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Live-update changed settings in real time in the Customizer preview. 3 | */ 4 | 5 | ( function( $ ) { 6 | var $style = $( '#twentyfifteen-color-scheme-css' ), 7 | api = wp.customize; 8 | 9 | if ( ! $style.length ) { 10 | $style = $( 'head' ).append( '