Changeset 8240
- Timestamp:
- 02/13/2019 07:41:09 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/animate.css
r843 r8240 2 2 3 3 /*! 4 Animate.css - http ://daneden.me/animate5 Licensed under the MIT license - http ://opensource.org/licenses/MIT4 Animate.css - https://daneden.github.io/animate.css/ 5 Licensed under the MIT license - https://opensource.org/licenses/MIT 6 6 7 7 Copyright (c) 2013 Daniel Eden -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/archive.php
r843 r8240 3 3 * The template for displaying Archive pages. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package wpmobileapps -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/content-none.php
r843 r8240 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package wpmobileapps -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php
r2293 r8240 37 37 * Enable support for Post Thumbnails on posts and pages. 38 38 * 39 * @link http ://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails39 * @link https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails 40 40 */ 41 41 add_theme_support( 'post-thumbnails' ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/extras.php
r2042 r8240 72 72 * 73 73 * This provides backwards compatibility with 74 * http ://core.trac.wordpress.org/changeset/2557474 * https://core.trac.wordpress.org/changeset/25574 75 75 * 76 76 * It removes the need to call the_post() and rewind_posts() in an author -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/jetpack.php
r843 r8240 2 2 /** 3 3 * Jetpack Compatibility File 4 * See: http ://jetpack.me/4 * See: https://jetpack.me/ 5 5 * 6 6 * @package wpmobileapps … … 9 9 /** 10 10 * Add theme support for Infinite Scroll. 11 * See: http ://jetpack.me/support/infinite-scroll/11 * See: https://jetpack.me/support/infinite-scroll/ 12 12 */ 13 13 function wpmobileapps_jetpack_setup() { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/index.php
r843 r8240 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 10 10 * 11 11 * @package wpmobileapps -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/rtl.css
r843 r8240 6 6 of your CSS stylesheet in a separate stylesheet file named rtl.css. 7 7 8 http ://codex.wordpress.org/Right_to_Left_Language_Support8 https://codex.wordpress.org/Right_to_Left_Language_Support 9 9 10 10 */ -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/style.css
r2096 r8240 1 1 /* 2 2 Theme Name: wpmobileapps 3 Theme URI: http ://underscores.me/3 Theme URI: https://apps.wordpress.org/ 4 4 Author: Dave Whitley 5 Author URI: http ://underscores.me/5 Author URI: https://underscores.me/ 6 6 Description: WordPress Mobile Apps Site 7 7 Version: 1.0 … … 15 15 Use it to make something cool, have fun, and share what you've learned with others. 16 16 17 wpmobileapps is based on Underscores http ://underscores.me/, (C) 2012-2014 Automattic, Inc.17 wpmobileapps is based on Underscores https://underscores.me/, (C) 2012-2014 Automattic, Inc. 18 18 19 19 Resetting and rebuilding styles have been helped along thanks to the fine work of 20 Eric Meyer http ://meyerweb.com/eric/tools/css/reset/index.html21 along with Nicolas Gallagher and Jonathan Neal http ://necolas.github.com/normalize.css/20 Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html 21 along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/ 22 22 and Blueprint http://www.blueprintcss.org/ 23 23 */ … … 58 58 *:before, 59 59 *:after { 60 /* apply a natural box layout model to all elements; see http ://www.paulirish.com/2012/box-sizing-border-box-ftw/ */60 /* apply a natural box layout model to all elements; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ 61 61 -moz-box-sizing: border-box; 62 62 -webkit-box-sizing: border-box; … … 2359 2359 } 2360 2360 /* 2361 Animate.css - http ://daneden.me/animate2362 Licensed under the MIT license - http ://opensource.org/licenses/MIT2361 Animate.css - https://daneden.github.io/animate.css/ 2362 Licensed under the MIT license - https://opensource.org/licenses/MIT 2363 2363 2364 2364 Copyright (c) 2013 Daniel Eden
Note: See TracChangeset
for help on using the changeset viewer.