Changeset 45618
- Timestamp:
- 07/11/2019 06:00:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r45611 r45618 1123 1123 } 1124 1124 } elseif ( $object instanceof WP_Post ) { 1125 $edit_url = add_query_arg( 'classic-editor', '', get_edit_post_link( $object ) ); 1125 $edit_url = add_query_arg( 1126 array( 1127 'classic-editor' => '', 1128 'classic-editor__forget' => '', 1129 ), 1130 get_edit_post_link( $object ) 1131 ); 1126 1132 echo '<p>'; 1127 1133 /* translators: %s: A link to use the Classic Editor plugin. */
Note: See TracChangeset
for help on using the changeset viewer.