Skip to content

Commit 84972a7

Browse files
committed
Make prefix examples available within the matching loop
1 parent 3dfa6ce commit 84972a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

subsection-identifier.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ function parse()
9393
* Iterate through our regex candidates until we find one that matches (if, indeed, one
9494
* does at all).
9595
*/
96-
foreach ($prefix_candidates as $prefix)
96+
foreach ($prefix_candidates as $prefix => $prefix_members)
9797
{
98-
98+
9999
/*
100100
* If this prefix isn't found in this section fragment, then proceed to the next
101101
* prefix.

0 commit comments

Comments
 (0)