Plugin Directory

Changeset 1595310


Ignore:
Timestamp:
02/13/2017 11:18:56 PM (9 years ago)
Author:
irmau
Message:

Fixed an error when listing categories

Location:
irm-newsroom/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • irm-newsroom/trunk/README.txt

    r1482144 r1595310  
    22Contributors: irmau
    33Donate link: http://www.irmau.com/
    4 Tags: ASX, ASX Announcements, ASX Listed, ASX Share Price, Financial data, stock price, stock price feed
     4Tags: ASX, ASX Announcements, ASX Listed, ASX Share Price, Financial data, stock price, stock price feed, irm, newsroom, social, distribution, investors, subscriptions
    55Requires at least: 3.0.1
    66Tested up to: 4.3
     
    101101== Changelog ==
    102102
     103= 1.0.2 =
     104* Added Options for SSL and site directory
     105
    103106= 1.0.1 =
    104107* Changed the way that content is imported to javascript
  • irm-newsroom/trunk/cats.php

    r1475144 r1595310  
    11<?php
    22
    3 require( dirname( __FILE__ ) . '/wp-blog-header.php' );
     3// error_reporting(E_ALL);
     4// ini_set( 'display_errors','1');
     5
     6$blog_header_file = "../../../wp-blog-header.php";
     7require( $blog_header_file );
    48
    59if ( !defined('ABSPATH') ) {
  • irm-newsroom/trunk/featured-image.php

    r1591501 r1595310  
    11<?php
    22
    3 error_reporting(E_ALL);
    4 ini_set( 'display_errors','1');
     3// error_reporting(E_ALL);
     4// ini_set( 'display_errors','1');
    55
    66$blog_header_file = "../../../wp-blog-header.php";
Note: See TracChangeset for help on using the changeset viewer.