Changeset 42535 for branches/4.9/src/wp-admin/customize.php
- Timestamp:
- 01/22/2018 05:22:14 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/customize.php
r42139 r42535 78 78 wp_die( 79 79 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 80 '<p>' . __( 'This changeset has already been published andcannot be further modified.' ) . '</p>' .80 '<p>' . __( 'This changeset cannot be further modified.' ) . '</p>' . 81 81 '<p><a href="' . esc_url( remove_query_arg( 'changeset_uuid' ) ) . '">' . __( 'Customize New Changes' ) . '</a></p>', 82 82 403
Note: See TracChangeset
for help on using the changeset viewer.