Changeset 6492
- Timestamp:
- 01/31/2018 10:32:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r6491 r6492 187 187 } 188 188 add_filter( 'o2_user_model', __NAMESPACE__ . '\user_model', 10, 2 ); 189 190 /** 191 * Register translations for plugins without their own GlotPress project. 192 */ 193 // wp-content/plugins/wporg-o2-posting-access/wporg-o2-posting-access.php 194 /* translators: %s: Post title */ 195 __( 'Pending Review: %s', 'wporg' ); 196 __( 'Submit for review', 'wporg' );
Note: See TracChangeset
for help on using the changeset viewer.