Changeset 50407
- Timestamp:
- 02/22/2021 07:16:07 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r50001 r50407 1019 1019 * @since 4.6.0 1020 1020 * 1021 * @global string $pagenow 1022 * 1021 1023 * @param array $args { 1022 1024 * Optional. Array or string of Query parameters. Default empty array. -
trunk/src/wp-admin/includes/plugin.php
r49936 r50407 2464 2464 * 2465 2465 * @since 5.2.0 2466 * 2467 * @global string $pagenow 2466 2468 */ 2467 2469 function paused_plugins_notice() { -
trunk/src/wp-admin/includes/theme.php
r49253 r50407 1128 1128 * 1129 1129 * @since 5.2.0 1130 * 1131 * @global string $pagenow 1130 1132 */ 1131 1133 function paused_themes_notice() { -
trunk/src/wp-includes/class-wp-recovery-mode-link-service.php
r48782 r50407 66 66 * @since 5.2.0 67 67 * 68 * @global string $pagenow 69 * 68 70 * @param int $ttl Number of seconds the link should be valid for. 69 71 */ -
trunk/src/wp-includes/load.php
r50395 r50407 939 939 * @since 5.2.0 940 940 * 941 * @global string $pagenow 942 * 941 943 * @return bool True if the current endpoint should be protected. 942 944 */
Note: See TracChangeset
for help on using the changeset viewer.