Changeset 4263 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 10/19/2016 06:23:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r4260 r4263 143 143 144 144 145 function custom_body_class( $classes ) { 146 $classes[] = 'no-js'; 147 return $classes; 148 } 149 add_filter( 'body_class', __NAMESPACE__ . '\custom_body_class' ); 150 145 151 /** 146 152 * Adds hreflang link attributes to plugin pages.
Note: See TracChangeset
for help on using the changeset viewer.