1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 13:45:35 +03:00

changed "dashboard" to "admin area"

dashboard-specific becomes admin-specific
This commit is contained in:
Jan Beck 2015-02-13 14:31:40 -04:00
parent b469237bda
commit 9c14d6e3eb
8 changed files with 24 additions and 24 deletions

View file

@ -1,9 +1,9 @@
<?php
/**
* Provide a dashboard view for the plugin
* Provide a admin area view for the plugin
*
* This file is used to markup the public-facing aspects of the plugin.
* This file is used to markup the admin-facing aspects of the plugin.
*
* @link http://example.com
* @since 1.0.0