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 | |
/** | |
* WordPress Multisite upgrade script | |
* | |
* | |
* @author Mo Jangda batmoo@gmail.com, | |
* Jared Wenerd wenerd87@gmail.com | |
* @license GPL2 | |
*/ |
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 | |
add_filter('coauthors_auto_apply_template_tags', '__return_true'); |
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
{ | |
"method": "GET", | |
"path": "\/steps\/72\/earn", | |
"format": "html", | |
"controller": "steps", | |
"action": "earn", | |
"status": 200, | |
"duration": 310.31, | |
"view": 293.87, | |
"db": 4.94, |
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
<% if ENV['TEXAS_STATE'] %> | |
// Texas state CSS over rides go here | |
<% end %> |
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
Array | |
( | |
[0] => Array | |
( | |
[function] => {closure} | |
[args] => Array | |
( | |
[0] => https://sites.psu.edu/wp-admin/admin.php?page=jetpack | |
) |
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
$(document).on('tk:thing-start', function() { | |
$('#something').addClass('whatever'); | |
}); | |
function start_thing() { | |
$(document).trigger('tk:thing-start'); | |
/// do the computing | |
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
class Foo | |
def self.set_foo | |
@foo = 1 | |
end | |
def self.print_foo | |
puts "class isntance foo = #{@foo}" | |
end |
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 | |
/* | |
Plugin Name: PageLines Security Patcher | |
Description: Blocks the recent exploits for legacy themes in the event you cant update the themes. | |
Version: 1.0 | |
Author: PageLines | |
*/ | |
class Fix_Pagelines_Legacy { | |
function __construct() { |
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 | |
if( ! defined('ABSPATH') ) { | |
exit; | |
} | |
// inlcude this seperately from the other jetpack fixes | |
// because of widget visiability being loaded independently | |
// of actual jetpack |
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
psu.edu | |
uchicago.edu | |
illinois.edu | |
iub.edu | |
uiowa.edu | |
umd.edu | |
umich.edu | |
msu.edu | |
umn.edu | |
unl.edu |