Prepare for release version 1.5.5
- Add: Expert mode setting - Add: Activation and Deactivation of WordPress hooks to look for Footnotes (expert mode) - Add: WordPress hooks: 'the_title' and 'widget_title' (default: disabled) to search for Footnote short codes - Bugfix: Default value for the WordPress hook the_post to be disabled (adds Footnotes twice to the Reference container) - Bugfix: Activation, Deactivation and Uninstall hook class name - Bugfix: Add submenu pages only once for each ManFisher WordPress Plugin - Bugfix: Display the Reference container in the Footer correctly git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1004128 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
fdb748c86f
commit
83656a610f
9 changed files with 262 additions and 72 deletions
41
templates/dashboard/expert-lookup.html
Normal file
41
templates/dashboard/expert-lookup.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<table class="widefat fixed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 260px !important;">[[head-hook]]</th>
|
||||
<th style="width: 65px !important;">[[head-checkbox]]</th>
|
||||
<th style="white-space: nowrap;">[[head-url]]</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-the-title]]</td>
|
||||
<td style="width: 65px !important;">[[the-title]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-the-title]]" target="_blank">[[url-the-title]]</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-the-content]]</td>
|
||||
<td style="width: 65px !important;">[[the-content]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-the-content]]" target="_blank">[[url-the-content]]</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-the-excerpt]]</td>
|
||||
<td style="width: 65px !important;">[[the-excerpt]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-the-excerpt]]" target="_blank">[[url-the-excerpt]]</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-widget-title]]</td>
|
||||
<td style="width: 65px !important;">[[widget-title]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-widget-title]]" target="_blank">[[url-widget-title]]</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-widget-text]]</td>
|
||||
<td style="width: 65px !important;">[[widget-text]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-widget-text]]" target="_blank">[[url-widget-text]]</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 260px !important;">[[label-post-object]]</td>
|
||||
<td style="width: 65px !important;">[[post-object]]</td>
|
||||
<td style="white-space: nowrap;"><a href="[[url-post-object]]" target="_blank">[[url-post-object]]</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
|
@ -4,5 +4,9 @@
|
|||
<td>[[label-excerpt]]</td>
|
||||
<td>[[excerpt]]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-expert-mode]]</td>
|
||||
<td>[[expert-mode]]</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Reference in a new issue