Changeset 55279 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/07/2023 05:26:14 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r55275 r55279 1832 1832 'wordCountL10n', 1833 1833 array( 1834 /* 1835 * translators: If your word count is based on single characters (e.g. East Asian characters), 1836 * enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'. 1837 * Do not translate into your own language. 1838 */ 1839 'type' => _x( 'words', 'Word count type. Do not translate!' ), 1834 'type' => wp_get_word_count_type(), 1840 1835 'shortcodes' => ! empty( $GLOBALS['shortcode_tags'] ) ? array_keys( $GLOBALS['shortcode_tags'] ) : array(), 1841 1836 )
Note: See TracChangeset
for help on using the changeset viewer.