Changeset 48109 for trunk/src/wp-includes/load.php
- Timestamp:
- 06/20/2020 12:38:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r48100 r48109 1207 1207 * 1208 1208 * @global WP_Locale $wp_locale WordPress date and time locale object. 1209 *1210 * @staticvar bool $loaded1211 1209 */ 1212 1210 function wp_load_translations_early() { … … 1301 1299 * @since 4.4.0 1302 1300 * 1303 * @staticvar bool $installing1304 *1305 1301 * @param bool $is_installing Optional. True to set WP into Installing mode, false to turn Installing mode off. 1306 1302 * Omit this parameter if you only want to fetch the current status. … … 1380 1376 * 1381 1377 * @since 4.6.0 1382 *1383 * @staticvar array $ini_all1384 1378 * 1385 1379 * @link https://www.php.net/manual/en/function.ini-get-all.php
Note: See TracChangeset
for help on using the changeset viewer.