Created
October 16, 2011 13:18
-
-
Save jacine/1290868 to your computer and use it in GitHub Desktop.
Issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // I can put the pages in manually. No biggie there. | |
| $pages = array( | |
| 'http://drupal.org/project/issues/search/drupal?version[0]=8.x&issue_tags=html5', | |
| 'http://drupal.org/project/issues/search/drupal?page=1&version[0]=8.x&issue_tags=html5', | |
| 'http://drupal.org/project/issues/search/drupal?page=2&version[0]=8.x&issue_tags=html5', | |
| ); | |
| ?> | |
| <!--Each title is wrapped in the same <td>--> | |
| <td class="views-field views-field-title"> | |
| <a href="/node/1309394">Stop processing autocomplete functionality in theme_textfield()</a> | |
| </td> | |
| <!--Same goes for the status--> | |
| <td class="views-field views-field-sid">active</td> | |
| <!--On the node pages themselves, each user (including the original post) | |
| links to the user profile with the same exact title attribute:--> | |
| <a href="/user/88931" title="View user profile.">Jacine</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment