Changeset 3181948
- Timestamp:
- 11/05/2024 03:14:33 AM (4 months ago)
- Location:
- akismet/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
akismet/trunk/_inc/akismet-admin.css
r3173233 r3181948 461 461 } 462 462 463 .akismet-activate__button { 464 white-space: normal; 465 } 466 463 467 .akismet-activate__description { 464 468 font-size: 14px; … … 469 473 /* Gutenberg small breakpoint */ 470 474 @media screen and (max-width: 600px) { 475 .akismet-activate__button, 476 .akismet-activate__button:hover { 477 font-size: 13px; 478 } 479 471 480 .akismet-activate__description { 472 481 display: none; -
akismet/trunk/_inc/rtl/akismet-admin-rtl.css
r3173233 r3181948 1 /* This file was automatically generated on Oct 10 2024 01:39:01*/1 /* This file was automatically generated on Nov 05 2024 03:06:40 */ 2 2 3 3 body { … … 463 463 } 464 464 465 .akismet-activate__button { 466 white-space: normal; 467 } 468 465 469 .akismet-activate__description { 466 470 font-size: 14px; … … 471 475 /* Gutenberg small breakpoint */ 472 476 @media screen and (max-width: 600px) { 477 .akismet-activate__button, 478 .akismet-activate__button:hover { 479 font-size: 13px; 480 } 481 473 482 .akismet-activate__description { 474 483 display: none; -
akismet/trunk/akismet.php
r3181932 r3181948 7 7 Plugin URI: https://akismet.com/ 8 8 Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. 9 Version: 5.3.4a 69 Version: 5.3.4a7 10 10 Requires at least: 5.8 11 11 Requires PHP: 5.6.20 … … 40 40 } 41 41 42 define( 'AKISMET_VERSION', '5.3.4a 6' );42 define( 'AKISMET_VERSION', '5.3.4a7' ); 43 43 define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' ); 44 44 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.