I hereby claim:
- I am jarnesjo on github.
- I am jarnesjo (https://keybase.io/jarnesjo) on keybase.
- I have a public key ASChkqXA8A8gStI01AHpSndj3s8HtRBl9t0pvg6FLKbIBwo
To claim this, I am signing this object:
| <?php | |
| // Pagniation | |
| global $wp_query; | |
| $big = 999999999; // need an unlikely integer | |
| echo '<nav id="pagination" class="col-sm-12">'; | |
| echo paginate_links( array( | |
| 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), | |
| 'format' => '/page/%#%', | |
| 'end_size' => 0, |
| remove_action( 'wp_head', 'rsd_link' ); | |
| remove_action( 'wp_head', 'wlwmanifest_link' ); | |
| remove_action( 'wp_head', 'wp_generator' ); | |
| remove_action( 'wp_head', 'start_post_rel_link' ); | |
| remove_action( 'wp_head', 'index_rel_link' ); | |
| remove_action( 'wp_head', 'adjacent_posts_rel_link' ); | |
| remove_action( 'wp_head', 'wp_shortlink_wp_head' ); |
| /* Internet Explorer 10 */ | |
| display:-ms-flexbox; | |
| -ms-flex-pack:center; | |
| -ms-flex-align:center; | |
| /* Firefox */ | |
| display:-moz-box; | |
| -moz-box-pack:center; | |
| -moz-box-align:center; |
| define('WP_HOME', 'http://min.testinstallation.se'); | |
| define('WP_SITEURL', 'http://min.testinstallation.se'); |
I hereby claim:
To claim this, I am signing this object:
| function table_to_string(tbl) | |
| local result = "{" | |
| for k, v in pairs(tbl) do | |
| -- Check the key type (ignore any numerical keys - assume its an array) | |
| if type(k) == "string" then | |
| result = result .. "[\"" .. k .. "\"]" .. "=" | |
| end | |
| -- Check the value type | |
| if type(v) == "table" then |
#!/bin/bash
sudo rm -R /Library/Sophos\ Anti-Virus/
sudo rm -R /Library/Application\ Support/Sophos/
sudo rm -R /Library/Preferences/com.sophos.*
sudo rm /Library/LaunchDaemons/com.sophos.*
sudo rm /Library/LaunchAgents/com.sophos.*