Changeset 41289 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r40932 r41289 33 33 if ( isset( $locale ) ) { 34 34 /** 35 * Filters WordPress install's locale ID.35 * Filters the locale ID of the WordPress installation. 36 36 * 37 37 * @since 1.5.0 … … 980 980 * properly translates them back. 981 981 * 982 * The before_last_bar() call is needed, because older install s keep the roles982 * The before_last_bar() call is needed, because older installations keep the roles 983 983 * using the old context format: 'Role name|User role' and just skipping the 984 * content after the last bar is easier than fixing them in the DB. New install s984 * content after the last bar is easier than fixing them in the DB. New installations 985 985 * won't suffer from that problem. 986 986 *
Note: See TracChangeset
for help on using the changeset viewer.