Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
divb = div
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ideadude authored Sep 14, 2017
1 parent 36b70e7 commit ec6e501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmpro-div-levels.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Paid Memberships Pro - Levels as DIV Layout Add On
Plugin URI: http://www.paidmembershipspro.com/wp/pmpro-divb-levels/
Plugin URI: http://www.paidmembershipspro.com/wp/pmpro-div-levels/
Description: Display your Membership Levels Page in a DIV Layout for Paid Memberships Pro
Version: .2
Author: Stranger Studios
Expand Down Expand Up @@ -33,4 +33,4 @@ function pmprodiv_plugin_row_meta($links, $file) {
}
return $links;
}
add_filter('plugin_row_meta', 'pmprodiv_plugin_row_meta', 10, 2);
add_filter('plugin_row_meta', 'pmprodiv_plugin_row_meta', 10, 2);

0 comments on commit ec6e501

Please sign in to comment.