Action links on Plugins page
-
This is a nick nack request to add a break for the All in One SEO Pack action links URL’s on the WP Plugins page so that the Plugin Descriptions are not pushed so far right. Yeah not a big deal, but I have whiner that wont let this go. ??
File: /all-in-one-seo-pack/all_in_one_seo_pack.php
Code Line: 262
Before Code Mod: All 5 action links are displayed on 1 line.'forum' => array( 'label' => __('Support Forum', 'all-in-one-seo-pack'), 'url' => 'https://semperplugins.com/support/' ),
After Code Mod: add br so that these 2 action links are displayed on 1 line: Upgrade to Pro | Documentation |
These 3 action links are displayed on the next line: Support Forum | SEO Settings | Deactivate'forum' => array( 'label' => '<br>'.__('Support Forum', 'all-in-one-seo-pack'), 'url' => 'https://semperplugins.com/support/' ),
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Action links on Plugins page’ is closed to new replies.