You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: themes/plugins.jquery.com/index.php
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,17 @@
7
7
</div>
8
8
9
9
<div id="content">
10
-
<h2 class="center-txt">The jQuery Plugin Registry is in read-only mode.</h2>
11
-
<h2 class="center-txt">New plugin releases will not be processed.</h2>
12
-
<p class="center-txt">We recommend moving to npm, using "<a href="https://www.npmjs.org/browse/keyword/jquery-plugin">jquery-plugin</a>" as the keyword in your package.json.</p>
10
+
<div class="three columns">
11
+
<aside class="widget">
12
+
<h3><i class="icon-tags"></i>Popular Tags</h3>
13
+
<?phpjq_popular_tags(); ?>
14
+
</aside>
15
+
</div>
16
+
<div class="nine columns">
17
+
<h2 class="center-txt">The jQuery Plugin Registry is in read-only mode.</h2>
18
+
<h2 class="center-txt">New plugin releases will not be processed.</h2>
19
+
<p class="center-txt">We recommend moving to npm, using "<a href="https://www.npmjs.org/browse/keyword/jquery-plugin">jquery-plugin</a>" as the keyword in your package.json.</p>
0 commit comments