comments
parent
4a29277251
commit
b6b7da7b6f
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: binary -*-
|
||||
|
||||
# This module provides a way of interacting with wordpress installations
|
||||
module HTTP
|
||||
module Wordpress
|
||||
require 'http/wordpress/base'
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
# -*- coding: binary -*-
|
||||
|
||||
###
|
||||
#
|
||||
# This module provides a way of interacting with wordpress installations
|
||||
#
|
||||
###
|
||||
|
||||
module HTTP::Wordpress::Base
|
||||
|
||||
# Checks if the site is online and running wordpress
|
||||
|
|
Loading…
Reference in New Issue