Skip to content

Commit da03cc5

Browse files
committed
Upgrade Twitter Boostrap Lib
1 parent a3d8045 commit da03cc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpwpinfo.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public function get_header( ) {
469469
$output .= '<meta charset="utf-8">' . "\n";
470470
$output .= '<meta name="robots" content="noindex,nofollow">' . "\n";
471471
$output .= '<title>PHP WordPress Info</title>' . "\n";
472-
$output .= '<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.0/css/bootstrap-combined.min.css" rel="stylesheet">' . "\n";
472+
$output .= '<link href="//maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">' . "\n";
473473
$output .= '<style>.table tbody tr.warning td{background-color:#FCF8E3;}</style>' . "\n";
474474
$output .= '<!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->' . "\n";
475475
$output .= '</head>' . "\n";
@@ -536,10 +536,10 @@ public function get_header( ) {
536536
public function get_footer( ) {
537537
$output = '';
538538

539-
$output .= '<footer>&copy; <a href="http://beapi.fr">BeAPI</a> '.date('Y').'</footer>' . "\n";
539+
$output .= '<footer>&copy; <a href="http://beapi.fr">BE API</a> '.date('Y').'</footer>' . "\n";
540540
$output .= '</div>' . "\n";
541-
$output .= '<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>' . "\n";
542-
$output .= '<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.0/js/bootstrap.min.js"></script>' . "\n";
541+
$output .= '<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>' . "\n";
542+
$output .= '<script src="//maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>' . "\n";
543543
$output .= '</body>' . "\n";
544544
$output .= '</html>' . "\n";
545545

0 commit comments

Comments
 (0)