Skip to content

Commit

Permalink
Revert "Issue backdrop-contrib#59: Ensure sidebar edit recognizes mul…
Browse files Browse the repository at this point in the history
…tilingual edit pages."

This reverts commit 550243c.
  • Loading branch information
DDEV User committed Feb 25, 2024
1 parent 7021d54 commit eab4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Implements hook_preprocess_layout().
*/
function gin_preprocess_layout(&$variables) {
$current_path = current_path();
$current_path = request_path();
$node_edit_pages = array(
'node/*/edit',
'node/add/*',
Expand Down

0 comments on commit eab4826

Please sign in to comment.