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
| #/etc/apparmor.d/cursor | |
| abi <abi/4.0>, | |
| include <tunables/global> | |
| # observed net accesses | |
| # - api3.cursor.sh.cdn.cloudflare.net. | |
| # - cursor.sh.cdn.cloudflare.net. | |
| # - cursorapi.com. | |
| # - cursor-cdn.com. |
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
| sed -i '/public static function get_key_info/s/{$/{ return ["is_active"=>1];/' plugins/gravityforms/common.php | |
| sed -i '/function acf_register_plugin_update/s/{$/{ return;/' plugins/advanced-custom-fields-pro/includes/Updater/init.php | |
| // WPML, you're next |
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
| # Don't forget to set your | |
| # @{project_dirs} = {foo,bar,...} # relative to $HOME | |
| # inside some /etc/apparmor.d/tunables/home.d/*.conf file | |
| abi <abi/4.0>, | |
| include <tunables/global> | |
| include <local/my-ssh> | |
| profile node /usr/{local/,}bin/{node,deno} { | |
| deny capability sys_admin, |
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
| diff --git a/polylang.php b/polylang.php | |
| index 030a4e0..5c1f2d5 100644 | |
| --- a/polylang.php | |
| +++ b/polylang.php | |
| @@ -67,7 +67,7 @@ if ( defined( 'POLYLANG_BASENAME' ) ) { | |
| } | |
| require __DIR__ . '/vendor/autoload.php'; | |
| -require __DIR__ . '/vendor/wpsyntex/polylang/polylang.php'; | |
| +// require __DIR__ . '/vendor/wpsyntex/polylang/polylang.php'; |
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
| diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php | |
| # https://core.trac.wordpress.org/raw-attachment/ticket/44867/fullpatch-v9-44867-image-editor-save-modified-image-as-a-new-copy.patch (gist'ed since WP now requires auth to download raw file) | |
| index 7f9ebf7f9f..9037bcb34d 100644 | |
| --- a/wp-admin/includes/image-edit.php | |
| +++ b/wp-admin/includes/image-edit.php | |
| @@ -310,6 +310,11 @@ function wp_image_editor( $post_id, $msg = false ) { | |
| <label for="imgedit-target-thumbnail"><?php _e( 'Thumbnail' ); ?></label> | |
| </span> | |
| + <span class="imgedit-label"> |
OlderNewer