File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
function jq_ui_api_versions () {
4
4
// Must be listed with newest first
5
5
return array (
6
+ "1.11 " => "1.6 and newer " ,
6
7
"1.10 " => "1.6 and newer " ,
7
8
"1.9 " => "1.6 and newer " ,
8
9
"1.8 " => "1.3.2 and newer " ,
Original file line number Diff line number Diff line change 23
23
also be interested in the <a href="http://learn.jquery.com/">jQuery
24
24
Learning Center</a> tutorials.</p>
25
25
26
- <p>This site provides API documentation for jQuery UI 1.10 . If
27
- you're working with jQuery UI 1.9 , you can find the API documentation
28
- on <a href="http://api.jqueryui.com/1.9/">api.jqueryui.com/1.9/</a> .
29
- However, we would encourage you to upgrade to jQuery UI 1.10 in order
26
+ <p>This site provides API documentation for jQuery UI <?php echo $ thisVersion ; ?> . If
27
+ you're working with an older version , you can find the API documentation
28
+ at the links below .
29
+ However, we would encourage you to upgrade to jQuery UI <?php echo $ thisVersion ; ?> in order
30
30
to receive the best support and take advantage of recent bug fixes
31
31
and enhancements. Check out the
32
- <a href="http://blog.jqueryui.com/2013/01/jquery-ui-1-10-0/">release announcement</a>
33
- and <a href="http://jqueryui.com/upgrade-guide/1.10/">upgrade guide</a>
34
- to find out more about jQuery UI 1.10.</p>
32
+ <a href="http://jqueryui.com/upgrade-guide/<?php echo $ thisVersion ; ?> /">upgrade guide</a>
33
+ to find out more about jQuery UI <?php echo $ thisVersion ; ?> .</p>
35
34
36
35
<?php } else { ?>
37
36
You can’t perform that action at this time.
0 commit comments