Changeset 400
- Timestamp:
- 02/15/2014 12:38:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
r379 r400 79 79 add_action( 'wp_enqueue_scripts', 'wporg_p2_iphone_style_override', 1001 ); 80 80 81 // disable the P2 Mentions on the /core/handbook site 82 if ( 'make.wordpress.org' === DOMAIN_CURRENT_SITE && 0 === strpos( $_SERVER['REQUEST_URI'], '/core/handbook' ) ) { 83 add_action( 'p2_found_mentions', '__return_empty_array' ); 84 } 85 86
Note: See TracChangeset
for help on using the changeset viewer.