Changeset 1684368
- Timestamp:
- 06/23/2017 03:00:12 PM (9 years ago)
- Location:
- pages-before-posts/tags/2.0
- Files:
-
- 2 edited
-
pages-before-posts.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pages-before-posts/tags/2.0/pages-before-posts.php
r1684362 r1684368 3 3 Plugin Name: Pages before Posts 4 4 Description: Puts Pages before Posts in the admin menu 5 Plugin URI: http://www. beforesite.com/plugins/pages-posts/5 Plugin URI: http://www.greenvilleweb.us 6 6 Author: Rew Rixom @ Greenville Web 7 7 Author URI: http://greenvilleweb.us 8 Version: 1.08 Version: 2.0 9 9 License: GPL2 10 10 Text Domain: pbp 11 Domain Path: 11 Domain Path: 12 12 */ 13 13 14 /* 14 /* 15 15 Copyright (C) 2014 Rew Rixom (email : rew@rixom.org) 16 16 17 17 This program is free software; you can redistribute it and/or modify 18 it under the terms of the GNU General Public License, version 2, as 18 it under the terms of the GNU General Public License, version 2, as 19 19 published by the Free Software Foundation. 20 20 … … 32 32 add_filter( 'menu_order', 'pbp_custom_menu_order' ); 33 33 34 /* 34 /* 35 35 learn more about this here: 36 36 http://codex.wordpress.org/Plugin_API/Filter_Reference/custom_menu_order -
pages-before-posts/tags/2.0/readme.txt
r1684362 r1684368 1 1 === Pages before Posts === 2 2 Contributors: greenweb 3 Donate link: 3 Donate link: 4 4 Tags: admin, admin menu, administration, customization, dashboard, light, lightweight, lite, ui, usability, zen 5 5 Requires at least: 4.0. 6 6 Tested up to: 4.8.9 7 Stable tag: 1.07 Stable tag: 2.0 8 8 License: GPLv2 or later 9 9 10 Lets put Pages First, in the admin menu that is. 10 Lets put Pages First, in the admin menu that is. 11 11 12 12 == Description == 13 13 14 All Pages before Posts does is move the Pages link above the Posts link in the admin menu column. So if you think Pages are more important to your site then Posts this plugin is for you. 14 All Pages before Posts does is move the Pages link above the Posts link in the admin menu column. So if you think Pages are more important to your site then Posts this plugin is for you. 15 15 16 16 You can even copy and paste the code from the plugin into your theme's functions.php file if you don't want to install another plugin … … 40 40 == Changelog == 41 41 42 = 1=43 * First!42 = 2 = 43 * Updating readme and tested on version for WordPress 4.8.x 44 44 45 == Upgrade Notice == 45 == Upgrade Notice == 46 46 N/A
Note: See TracChangeset
for help on using the changeset viewer.