Changeset 3277851
- Timestamp:
- 04/21/2025 05:34:01 AM (11 months ago)
- Location:
- disable-gutenberg-autosave
- Files:
-
- 4 edited
-
tags/1.0.14/disable-gutenberg-autosave.php (modified) (2 diffs)
-
tags/1.0.14/readme.txt (modified) (1 diff)
-
trunk/disable-gutenberg-autosave.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-gutenberg-autosave/tags/1.0.14/disable-gutenberg-autosave.php
r3274243 r3277851 7 7 * Requires PHP: 7.4 8 8 * Text Domain: disable-gutenberg-autosave 9 * Author: websevendev10 * Author URI: https:// github.com/websevendev9 * Author: skadev 10 * Author URI: https://profiles.wordpress.org/skadev/ 11 11 */ 12 12 … … 130 130 add_filter('plugin_row_meta', function($plugin_meta, $plugin_file) { 131 131 if($plugin_file === 'disable-gutenberg-autosave/disable-gutenberg-autosave.php') { 132 $plugin_meta[] = '<a href="https://github.com/ websevendev/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';132 $plugin_meta[] = '<a href="https://github.com/ska-dev-1/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>'; 133 133 } 134 134 return $plugin_meta; -
disable-gutenberg-autosave/tags/1.0.14/readme.txt
r3274243 r3277851 1 1 === Disable Gutenberg Autosave === 2 Contributors: websevendev,skadev2 Contributors: skadev 3 3 Tags: gutenberg, autosave, update, rest, revision 4 4 Requires at least: 5.0 -
disable-gutenberg-autosave/trunk/disable-gutenberg-autosave.php
r3274243 r3277851 7 7 * Requires PHP: 7.4 8 8 * Text Domain: disable-gutenberg-autosave 9 * Author: websevendev10 * Author URI: https:// github.com/websevendev9 * Author: skadev 10 * Author URI: https://profiles.wordpress.org/skadev/ 11 11 */ 12 12 … … 130 130 add_filter('plugin_row_meta', function($plugin_meta, $plugin_file) { 131 131 if($plugin_file === 'disable-gutenberg-autosave/disable-gutenberg-autosave.php') { 132 $plugin_meta[] = '<a href="https://github.com/ websevendev/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';132 $plugin_meta[] = '<a href="https://github.com/ska-dev-1/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>'; 133 133 } 134 134 return $plugin_meta; -
disable-gutenberg-autosave/trunk/readme.txt
r3274243 r3277851 1 1 === Disable Gutenberg Autosave === 2 Contributors: websevendev,skadev2 Contributors: skadev 3 3 Tags: gutenberg, autosave, update, rest, revision 4 4 Requires at least: 5.0
Note: See TracChangeset
for help on using the changeset viewer.