Changeset 5681
- Timestamp:
- 07/17/2017 07:52:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
r4608 r5681 196 196 public static function filter_handbook_label( $label, $post_type ) { 197 197 if ( 'rest-api-handbook' === $post_type ) { 198 $label = 'REST API Handbook';198 $label = __( 'REST API Handbook', 'wporg' ); 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.