Changeset 125
- Timestamp:
- 11/19/2013 04:23:37 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r124 r125 22 22 $title = get_the_title($id); 23 23 $title = sanitize_title($title); 24 $classes[] = $title;24 $classes[] = 'make-'.$title; 25 25 return $classes; 26 26 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r119 r125 212 212 } 213 213 214 section.get-involved article.core h2:before { content: '\f107'; } 215 section.get-involved article.ui h2:before { content: '\f100'; } 216 section.get-involved article.mobile h2:before { content: '\f166'; } 217 section.get-involved article.accessibility h2:before { content: '\f115'; } 218 section.get-involved article.polyglots h2:before { content: '\f125'; } 219 section.get-involved article.support h2:before { content: '\f110'; } 220 section.get-involved article.themes h2:before { content: '\f105'; } 221 section.get-involved article.plugins h2:before { content: '\f106'; } 214 section.get-involved article.make-core h2:before { content: '\f107'; } 215 section.get-involved article.make-ui h2:before { content: '\f100'; } 216 section.get-involved article.make-mobile h2:before { content: '\f166'; } 217 section.get-involved article.make-accessibility h2:before { content: '\f115'; } 218 section.get-involved article.make-polyglots h2:before { content: '\f326'; } 219 section.get-involved article.make-support h2:before { content: '\f110'; } 220 section.get-involved article.make-themes h2:before { content: '\f105'; } 221 section.get-involved article.make-plugins h2:before { content: '\f106'; } 222 section.get-involved article.make-documentation h2:before { content: '\f123'; } 223 section.get-involved article.make-community h2:before { content: '\f125'; } 224 section.get-involved article.make-meta h2:before { content: '\f325'; } 222 225 223 226 section.get-involved article.featured-group h2:after {
Note: See TracChangeset
for help on using the changeset viewer.