Merge pull request #8052 from Ninos/small-fixes

Remove unnecessary global variable
This commit is contained in:
Claudio Sanches 2015-04-27 13:58:41 -03:00
commit 9dfc858825
1 changed files with 0 additions and 3 deletions

View File

@ -185,9 +185,6 @@ class WC_Shortcode_My_Account {
* Lost password page
*/
public static function lost_password() {
global $post;
// arguments to pass to template
$args = array( 'form' => 'lost_password' );