re-order typo + version number typo

git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31958 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
jmash 2008-02-15 20:50:01 +00:00
parent 02c1ccf32d
commit e16dd4c58c
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ function pageMash_main(){
<div id="pageMash" class="wrap">
<div id="pageMash_checkVersion" style="float:right; font-size:.7em; margin-top:5px;">
version [0.1.1]
version [0.1.2]
</div>
<h2 style="margin-bottom:0; clear:none;">pageMash - pageManagement</h2>
<p style="margin-top:4px;">You can use this to organise and manage your pages. </p>

View File

@ -1,5 +1,5 @@
<?php
require('./../../../wp-config.php'); //run config to cennect to database
require('./../../../wp-config.php'); //run config to connect to database
$order = explode(",", $_GET['order']); //cut up the coma delimited page IDs into array
$position = 1;