Changeset 6490 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 01/31/2018 10:04:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r6432 r6490 94 94 <div class="make-welcome"> 95 95 <div class="entry-meta"> 96 <?php edit_post_link( __( 'Edit', ' o2' ), '', '', $welcome->ID ); ?>97 <button type="button" id="make-welcome-hide" class="toggle dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php esc_attr_e( 'Hide this message', ' p2-breathe' ); ?>"></button>96 <?php edit_post_link( __( 'Edit', 'wporg' ), '', '', $welcome->ID ); ?> 97 <button type="button" id="make-welcome-hide" class="toggle dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php esc_attr_e( 'Hide this message', 'wporg' ); ?>"></button> 98 98 </div> 99 99 <div class="entry-content clear"> … … 111 111 ?> 112 112 <noscript class="js-disabled-notice"> 113 <?php _e( 'Please enable JavaScript to view this page properly.', ' o2' ); ?>113 <?php _e( 'Please enable JavaScript to view this page properly.', 'wporg' ); ?> 114 114 </noscript> 115 115 <?php … … 171 171 } 172 172 add_filter( 'jetpack_mentions_linked_mention', __NAMESPACE__ . '\disable_mentions_for_handbook', 10, 2 ); 173
Note: See TracChangeset
for help on using the changeset viewer.