Row actions and utility functions
Compare changes
- Erick Hitter authored
+ 25
− 1
@@ -71,6 +71,7 @@ class ETH_Simple_Shortlinks {
@@ -71,6 +71,7 @@ class ETH_Simple_Shortlinks {
@@ -144,6 +145,29 @@ class ETH_Simple_Shortlinks {
@@ -144,6 +145,29 @@ class ETH_Simple_Shortlinks {
@@ -152,7 +176,7 @@ class ETH_Simple_Shortlinks {
@@ -152,7 +176,7 @@ class ETH_Simple_Shortlinks {
$actions['shortlink'] = '<a style="cursor: pointer;" onclick="prompt( \'URL:\', \'' . esc_js( $this->get_shortlink( $post->ID ) ) . '\' );return false;">Shortlink</a>';