Plugin Directory

Changeset 1684368


Ignore:
Timestamp:
06/23/2017 03:00:12 PM (9 years ago)
Author:
Greenweb
Message:

Updates for 4.8

Location:
pages-before-posts/tags/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pages-before-posts/tags/2.0/pages-before-posts.php

    r1684362 r1684368  
    33Plugin Name: Pages before Posts
    44Description: Puts Pages before Posts in the admin menu
    5 Plugin URI: http://www.beforesite.com/plugins/pages-posts/
     5Plugin URI: http://www.greenvilleweb.us
    66Author: Rew Rixom @ Greenville Web
    77Author URI: http://greenvilleweb.us
    8 Version: 1.0
     8Version: 2.0
    99License: GPL2
    1010Text Domain: pbp
    11 Domain Path: 
     11Domain Path:
    1212*/
    1313
    14 /* 
     14/*
    1515  Copyright (C) 2014  Rew Rixom  (email : rew@rixom.org)
    1616
    1717  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
    1919  published by the Free Software Foundation.
    2020
     
    3232add_filter( 'menu_order', 'pbp_custom_menu_order' );
    3333
    34 /* 
     34/*
    3535  learn more about this here:
    3636    http://codex.wordpress.org/Plugin_API/Filter_Reference/custom_menu_order
  • pages-before-posts/tags/2.0/readme.txt

    r1684362 r1684368  
    11=== Pages before Posts ===
    22Contributors: greenweb
    3 Donate link: 
     3Donate link:
    44Tags: admin, admin menu, administration, customization, dashboard, light, lightweight, lite, ui, usability, zen
    55Requires at least: 4.0.
    66Tested up to: 4.8.9
    7 Stable tag: 1.0
     7Stable tag: 2.0
    88License: GPLv2 or later
    99
    10 Lets put Pages First, in the admin menu that is. 
     10Lets put Pages First, in the admin menu that is.
    1111
    1212== Description ==
    1313
    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. 
     14All 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.
    1515
    1616You 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
     
    4040== Changelog ==
    4141
    42 = 1 =
    43 * First!
     42= 2 =
     43* Updating readme and tested on version for WordPress 4.8.x
    4444
    45 == Upgrade Notice == 
     45== Upgrade Notice ==
    4646N/A
Note: See TracChangeset for help on using the changeset viewer.