Changeset 125 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
- Timestamp:
- 11/19/2013 04:23:37 PM (11 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.