Plugin Directory

Changeset 637896


Ignore:
Timestamp:
12/12/2012 05:30:22 PM (13 years ago)
Author:
iddaa
Message:

updated for 1.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • live-score/trunk/livescore.php

    r637894 r637896  
    1 <<<<<<< .mine
    21<?php
    32/*
     
    1918add_filter('the_content', 'live_score');
    2019
    21 =======
    22 <?php
    23 /*
    24 Plugin Name: LiveScore
    25 Version: 1.7
    26 Plugin URI: http://www.iddaamerkezi.com/live-score/
    27 Description: This plugin adds online live scores to your blog. Before activate this plugin you must create a new page with name 'Live Score'
    28 Author: iddaa
    29 Author URI: http://www.iddaamerkezi.com/
    30 */
    31 
    32 function live_score($content) {
    33     if ( is_page('Live Score') ) {
    34         include "livedet.php";               
    35     }
    36 return $content;
    37 }
    38 
    39 add_filter('the_content', 'live_score');
    40 
    41 >>>>>>> .r637892
    4220?>
Note: See TracChangeset for help on using the changeset viewer.