Changeset 49859
- Timestamp:
- 12/21/2020 06:24:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r49639 r49859 32 32 33 33 if ( isset( $locale ) ) { 34 /** 35 * Filters the locale ID of the WordPress installation. 36 * 37 * @since 1.5.0 38 * 39 * @param string $locale The locale ID. 40 */ 34 /** This filter is documented in wp-includes/l10n.php */ 41 35 return apply_filters( 'locale', $locale ); 42 36 } … … 77 71 } 78 72 79 /** This filter is documented in wp-includes/l10n.php */ 73 /** 74 * Filters the locale ID of the WordPress installation. 75 * 76 * @since 1.5.0 77 * 78 * @param string $locale The locale ID. 79 */ 80 80 return apply_filters( 'locale', $locale ); 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.